OBJECT

WebhookUpdateMutationPayload

Autogenerated return type of WebhookUpdateMutation.

link GraphQL Schema definition

  • type WebhookUpdateMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • webhook: Webhook
  • }