OBJECT
WebhookCreatePayload
Return type for createWebhook
mutation.
link GraphQL Schema definition
- type WebhookCreatePayload {
- # The new webhook object.
- Webhook :
- # List of errors that occurred executing the mutation.
- DisplayableError!]! : [
- }