INPUT_OBJECT
CreateTriggerType
link GraphQL Schema definition
1 input CreateTriggerType { 5 2 # The name of the trigger target. Currently we only support 3 # Webhook, SMS, and Email 4 CreateTriggerTarget! : 9 6 # The parameters for this hook. Must be a JSON payload. See 7 # HookTarget docs for supported kvp for each HookTarget type. 8 JSONData! : 10 }