ExternalServiceCondition
A condition to be used against ExternalService object types. All fields are
tested for equality and combined with a logical ‘and.’
input ExternalServiceCondition {
id: String
workspaceId: String
workspaceAccountId: String
service: String
accessToken: String
incomingWebhookUrl: String
incomingWebhookChannel: String
incomingWebhookConfigUrl: String
channelId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
refreshToken: String
crmInstanceUrl: String
serviceMetadata: JSON
serviceSecret: JSON
}
Fields
ExternalServiceCondition.id ● String scalar
Checks for equality with the object’s id field.
ExternalServiceCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
ExternalServiceCondition.workspaceAccountId ● String scalar
Checks for equality with the object’s workspaceAccountId field.
ExternalServiceCondition.service ● String scalar
Checks for equality with the object’s service field.
ExternalServiceCondition.accessToken ● String scalar
Checks for equality with the object’s accessToken field.
ExternalServiceCondition.incomingWebhookUrl ● String scalar
Checks for equality with the object’s incomingWebhookUrl field.
ExternalServiceCondition.incomingWebhookChannel ● String scalar
Checks for equality with the object’s incomingWebhookChannel field.
ExternalServiceCondition.incomingWebhookConfigUrl ● String scalar
Checks for equality with the object’s incomingWebhookConfigUrl field.
ExternalServiceCondition.channelId ● String scalar
Checks for equality with the object’s channelId field.
ExternalServiceCondition.version ● Int scalar
Checks for equality with the object’s version field.
ExternalServiceCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
ExternalServiceCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
ExternalServiceCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
ExternalServiceCondition.refreshToken ● String scalar
Checks for equality with the object’s refreshToken field.
ExternalServiceCondition.crmInstanceUrl ● String scalar
Checks for equality with the object’s crmInstanceUrl field.
ExternalServiceCondition.serviceMetadata ● JSON scalar
Checks for equality with the object’s serviceMetadata field.
ExternalServiceCondition.serviceSecret ● JSON scalar
Checks for equality with the object’s serviceSecret field.
Member Of
externalServices query ● externalServicesConnection query