OBJECT
Connector
Connector
link GraphQL Schema definition
- type Connector {
- # The id of the connector
- UUID! :
- # The name of the connector, used for display in marketplace
- String! :
- # Is connector private or public
- Boolean! :
- Boolean! :
- Boolean! :
- # The id of the client where connector could be installed. Useful if connector is
- # private
- LegacyId :
- # The id of the developer who created the connector
- LegacyId! :
- # The creation date
- DateTime! :
- # Last updated date
- DateTime :
- # Last published version for this connector
- ConnectorVersion :
- # Client details
- Client :
- # Client details
- ConnectorVersion!] : [
- }