INPUT_OBJECT

UpdateWebhookEventInput

link GraphQL Schema definition

  • input UpdateWebhookEventInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # 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