Skip to main content

ExternalService

No description

type ExternalService implements Node {
nodeId: ID!
id: String!
workspaceId: String
workspaceAccountId: String
service: String!
incomingWebhookUrl: String
incomingWebhookChannel: String
incomingWebhookConfigUrl: String
channelId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
crmInstanceUrl: String
serviceMetadata: JSON
workspace: Workspace
crmObjectSyncsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectSyncsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectSyncCondition
filter: CrmObjectSyncFilter
): CrmObjectSyncsConnection!
crmObjectSyncs(
first: Int
offset: Int
orderBy: [CrmObjectSyncsOrderBy!]
condition: CrmObjectSyncCondition
filter: CrmObjectSyncFilter
): [CrmObjectSync!]!
externalServiceRulesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ExternalServiceRulesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): ExternalServiceRulesConnection!
externalServiceRules(
first: Int
offset: Int
orderBy: [ExternalServiceRulesOrderBy!]
condition: ExternalServiceRuleCondition
filter: ExternalServiceRuleFilter
): [ExternalServiceRule!]!
}

Fields

ExternalService.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

ExternalService.id ● String! non-null scalar

ExternalService.workspaceId ● String scalar

ExternalService.workspaceAccountId ● String scalar

ExternalService.service ● String! non-null scalar

ExternalService.incomingWebhookUrl ● String scalar

ExternalService.incomingWebhookChannel ● String scalar

ExternalService.incomingWebhookConfigUrl ● String scalar

ExternalService.channelId ● String scalar

ExternalService.version ● Int! non-null scalar

ExternalService.deletedAt ● Datetime scalar

ExternalService.updatedAt ● Datetime! non-null scalar

ExternalService.createdAt ● Datetime! non-null scalar

ExternalService.crmInstanceUrl ● String scalar

ExternalService.serviceMetadata ● JSON scalar

ExternalService.workspace ● Workspace object

Reads a single Workspace that is related to this ExternalService.

ExternalService.crmObjectSyncsConnection ● CrmObjectSyncsConnection! non-null object

Reads and enables pagination through a set of CrmObjectSync.

ExternalService.crmObjectSyncsConnection.first ● Int scalar

Only read the first n values of the set.

ExternalService.crmObjectSyncsConnection.last ● Int scalar

Only read the last n values of the set.

ExternalService.crmObjectSyncsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

ExternalService.crmObjectSyncsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

ExternalService.crmObjectSyncsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

ExternalService.crmObjectSyncsConnection.orderBy ● [CrmObjectSyncsOrderBy!] list enum

The method to use when ordering CrmObjectSync.

ExternalService.crmObjectSyncsConnection.condition ● CrmObjectSyncCondition input

A condition to be used in determining which values should be returned by the collection.

ExternalService.crmObjectSyncsConnection.filter ● CrmObjectSyncFilter input

A filter to be used in determining which values should be returned by the collection.

ExternalService.crmObjectSyncs ● [CrmObjectSync!]! non-null object

Reads and enables pagination through a set of CrmObjectSync.

ExternalService.crmObjectSyncs.first ● Int scalar

Only read the first n values of the set.

ExternalService.crmObjectSyncs.offset ● Int scalar

Skip the first n values.

ExternalService.crmObjectSyncs.orderBy ● [CrmObjectSyncsOrderBy!] list enum

The method to use when ordering CrmObjectSync.

ExternalService.crmObjectSyncs.condition ● CrmObjectSyncCondition input

A condition to be used in determining which values should be returned by the collection.

ExternalService.crmObjectSyncs.filter ● CrmObjectSyncFilter input

A filter to be used in determining which values should be returned by the collection.

ExternalService.externalServiceRulesConnection ● ExternalServiceRulesConnection! non-null object

Reads and enables pagination through a set of ExternalServiceRule.

ExternalService.externalServiceRulesConnection.first ● Int scalar

Only read the first n values of the set.

ExternalService.externalServiceRulesConnection.last ● Int scalar

Only read the last n values of the set.

ExternalService.externalServiceRulesConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

ExternalService.externalServiceRulesConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

ExternalService.externalServiceRulesConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

ExternalService.externalServiceRulesConnection.orderBy ● [ExternalServiceRulesOrderBy!] list enum

The method to use when ordering ExternalServiceRule.

ExternalService.externalServiceRulesConnection.condition ● ExternalServiceRuleCondition input

A condition to be used in determining which values should be returned by the collection.

ExternalService.externalServiceRulesConnection.filter ● ExternalServiceRuleFilter input

A filter to be used in determining which values should be returned by the collection.

ExternalService.externalServiceRules ● [ExternalServiceRule!]! non-null object

Reads and enables pagination through a set of ExternalServiceRule.

ExternalService.externalServiceRules.first ● Int scalar

Only read the first n values of the set.

ExternalService.externalServiceRules.offset ● Int scalar

Skip the first n values.

ExternalService.externalServiceRules.orderBy ● [ExternalServiceRulesOrderBy!] list enum

The method to use when ordering ExternalServiceRule.

ExternalService.externalServiceRules.condition ● ExternalServiceRuleCondition input

A condition to be used in determining which values should be returned by the collection.

ExternalService.externalServiceRules.filter ● ExternalServiceRuleFilter input

A filter to be used in determining which values should be returned by the collection.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

externalService query ● externalServiceByNodeId query ● externalServices query

Member Of

CreateCrmObjectSyncPayload object ● CrmObjectSync object ● DeleteCrmObjectSyncPayload object ● DeleteExternalServicePayload object ● ExternalServiceRule object ● ExternalServicesConnection object ● ExternalServicesEdge object ● UpdateCrmObjectSyncPayload object ● Workspace object