INPUT_OBJECT

WebhookCreateMutationInput

Autogenerated input type of WebhookCreateMutation

link GraphQL Schema definition

  • input WebhookCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes for creating a webhook.
  • attributes: WebhookCreateInput!
  • }