CreateWebhookEndpointInput
No description
type CreateWebhookEndpointInput { clientMutationId: String! url: String! all: Boolean! events: [WEBHOOK_EVENT_NAME!]!}
#
FieldsclientMutationId
(String!
)#
clientMutationId is required for Relay support.
url
(String!
)#
url is the URL that Coral will POST event data to.
all
(Boolean!
)#
all is true when all events are subscribed to.
events
([WEBHOOK_EVENT_NAME!]!
)#
events are the specific event names that this endpoint is configured to send for.