ExternalEventCondition
A condition to be used against ExternalEvent object types. All fields are
tested for equality and combined with a logical ‘and.’
input ExternalEventCondition {
id: String
uniqueContextId: String
eventData: JSON
source: String
status: String
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
ExternalEventCondition.id ● String scalar
Checks for equality with the object’s id field.
ExternalEventCondition.uniqueContextId ● String scalar
Checks for equality with the object’s uniqueContextId field.
ExternalEventCondition.eventData ● JSON scalar
Checks for equality with the object’s eventData field.
ExternalEventCondition.source ● String scalar
Checks for equality with the object’s source field.
ExternalEventCondition.status ● String scalar
Checks for equality with the object’s status field.
ExternalEventCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
ExternalEventCondition.version ● Int scalar
Checks for equality with the object’s version field.
ExternalEventCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
ExternalEventCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
ExternalEventCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
Member Of
externalEvents query ● externalEventsConnection query