Skip to main content

Fields

accounts : AccountConnectionTypeConnection! required

The accounts related to this trigger.

Arguments
after : String
before : String
first : Int
last : Int
accountsLinkedAt : DateTime

The datetime that account linking was completed for this trigger. If null, the accounts field will be empty because linking hasn't occurred yet.

createdAt : DateTime! required

The date/time that the trigger was created.

id : String! required

The ID of the trigger.

messages : MessageConnection! required

The messages created in response to this trigger.

Arguments
after : String
before : String
first : Int
last : Int
processingStatus : TriggerProcessingStatus! required

The current processing status of this trigger.

triggerTypeCode : String! required

The trigger type code for this trigger.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accounts": AccountConnectionTypeConnection, "accountsLinkedAt": "2020-07-27T19:13:59.640048+00:00", "createdAt": "1978-01-07T00:47:15.500296+00:00", "id": "14262747", "messages": MessageConnection, "processingStatus": "UNPROCESSED", "triggerTypeCode": "sister-start-perhaps-public-need" }