INPUT_OBJECT

WebhookEventCreateResponseMutationInput

Autogenerated input type of WebhookEventCreateResponseMutation

link GraphQL Schema definition

  • input WebhookEventCreateResponseMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct WebhookEvent.
  • webhookEventId: ID!
  • # HTTP Status code that would of been sent in the webhook response.
  • status: Int!
  • # JSON Body of the response to the webhook event.
  • body: JSON!
  • # HTTP Headers that would of been sent in the webhook response.
  • headers: JSON
  • }