TriggerCustomEventInput
No description
input TriggerCustomEventInput {
code: String!
payload: JSON!
}
Fields
TriggerCustomEventInput.code
● String!
non-null scalar
The code to select EventActionConfigs to execute by.
TriggerCustomEventInput.payload
● JSON!
non-null scalar
The payload to be sent with the custom event
Member Of
triggerCustomEvent
mutation