INPUT_OBJECT

WebhookUpdateMutationInput

Autogenerated input type of WebhookUpdateMutation

link GraphQL Schema definition

  • input WebhookUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Webhook ID to be updated.
  • webhookId: ID!
  • # Attributes for updating the webhook.
  • attributes: WebhookInput
  • }