INPUT_OBJECT

CreateWebhookEventInput

link GraphQL Schema definition

  • input CreateWebhookEventInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Field whose values are strictly defined with an enumeration of values.
  • event: EventEnum!
  • # Relation to single entity instance.
  • webhookId: ID!
  • }

link Require by