Connection
Type: Object
A Connection is a way to connect to an external system using a combination of a Connector and configuration for that Connector
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| actions | [Action!]! | filter: ActionFilterInputlimit: Intoffset: Intsort: [ActionSortInput] | Actions created from this connection's connector templates | |
| active | Boolean! | Whether this Connection is active | ||
| apiEndpoints | [ApiEndpoint!]! | filter: ApiEndpointFilterInputlimit: Intoffset: Intsort: [ApiEndpointSortInput] | API endpoints created from this connection's connector templates | |
| config | String | Config settings for this Connection. What is required for config is provided by | ||
| a JSON Schema from the Connector. This is a JSON string, encrypted in the database. | ||||
| connector | Connector! | The Connector powering this Connection | ||
| connectorId | ID! | |||
| createdAt | DateTime! | |||
| iamPolicy | JsonString | The accepted IAM Policy document from the Connector. | ||
| id | ID! | |||
| name | String | A simple name to help you remember what this is for | ||
| reactions | [Reaction!]! | filter: ReactionFilterInputlimit: Intoffset: Intsort: [ReactionSortInput] | Reactions created from this connection's connector templates | |
| timers | [Timer!]! | filter: TimerFilterInputlimit: Intoffset: Intsort: [TimerSortInput] | Timers created from this connection's connector templates | |
| updatedAt | DateTime! |