Skip to main content

WebhookDeletePayload

Autogenerated return type of WebhookDelete

type WebhookDeletePayload {
clientMutationId: String
deletedWebhookId: ID
errors: [UserError!]!
}

Fields

WebhookDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

WebhookDeletePayload.deletedWebhookId ● ID scalar common

WebhookDeletePayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

webhookDelete mutation