WebhookCreateInput
Autogenerated input type of WebhookCreate
input WebhookCreateInput {
clientMutationId: String
event: WebhookEvent!
url: String!
}
Fields
WebhookCreateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
WebhookCreateInput.event ● WebhookEvent! non-null enum common
The event that triggers this webhook.
WebhookCreateInput.url ● String! non-null scalar common
The HTTPS URL that webhook payloads will be POSTed to.
Member of
webhookCreate mutation