ConnectorFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [ConnectorFilterInput!] | ||
| children | ConnectorFilterInput | Any connectors derived from this connector | |
| config | ConnectorFilterConfig | A JSON-Schema of config that this Connector requires in order to be able | |
| to function. | |||
| connectorType | ConnectorFilterConnectorType | The type/category of connector (e.g., :preflight, :dfe, :general) | |
| createdAt | ConnectorFilterCreatedAt | ||
| description | ConnectorFilterDescription | A description of how the connector works and what it does | |
| handle | ConnectorFilterHandle | A url-safe short handle to refer to this connector | |
| iamPolicy | ConnectorFilterIamPolicy | An IAM policy that defines the permissions for this Connector. Installing the Connector will grant the Connection these permissions. | |
| id | ConnectorFilterId | ||
| libraryId | ConnectorFilterLibraryId | If this connector comes from the library, then this will be set. | |
| Library connectors must be cloned to be edited. | |||
| name | ConnectorFilterName | The human readable name of the connector | |
| not | [ConnectorFilterInput!] | ||
| or | [ConnectorFilterInput!] | ||
| parent | ConnectorFilterInput | The Connector this is derived from, if relevant | |
| parentId | ConnectorFilterParentId | ||
| published | ConnectorFilterPublished | If published, this version of the connector is finalized and cannot be further edited. | |
| sharedLibrary | ConnectorFilterSharedLibrary | A connector can include a shared lua script that is used by all of the modules. | |
| This script can provide things like data mappers, or other custom utilities to avoid duplication. | |||
| updatedAt | ConnectorFilterUpdatedAt | ||
| version | ConnectorFilterVersion | The revision of the connector - multiple versions can be deployed at once of a single connector |