WebhookCreatePayload
Autogenerated return type of WebhookCreate
type WebhookCreatePayload {
clientMutationId: String
errors: [UserError!]!
webhook: Webhook
}
Fields
WebhookCreatePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
WebhookCreatePayload.errors ● [UserError!]! non-null object common
Errors related to user input
WebhookCreatePayload.webhook ● Webhook object common
Returned by
webhookCreate mutation