ModelEventCallbackPatchInput

open_in_new

Specifies the input for ModeEventCallback patch

GraphQL Schema definition

  • input ModelEventCallbackPatchInput {
  • callback: WebhookCallbackPatchInput
  • # Custom key that will be included in the request body of the callback.
  • #
  • # Maximum length is 64 characters.
  • customKey: String
  • eventTypes: [ModelEventType]
  • # Version of callback behavior to use, valid options are 1 or 2.
  • version: Int
  • }