Skip to main content

WebhookTestPayload

Autogenerated return type of WebhookTest

type WebhookTestPayload {
clientMutationId: String
errors: [UserError!]!
statusCode: Int
success: Boolean!
webhook: Webhook
}

Fields

WebhookTestPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

WebhookTestPayload.statusCode ● Int scalar common

WebhookTestPayload.success ● Boolean! non-null scalar common

WebhookTestPayload.webhook ● Webhook object common

Returned by

webhookTest mutation