ENUM

FormWebhook_WhereGroup_Fields

Where group options for FormWebhook. Matches when any field in the array is met

link GraphQL Schema definition

  • enum FormWebhook_WhereGroup_Fields {
  • # The unique ID.
  • id
  • # URL the hook will call.
  • url
  • # Human friendly name of the webhook.
  • name
  • # Time webhook was created.
  • created_time
  • # The unique ID.
  • webhook_module_id
  • # Unique form ID.
  • form_id
  • # Method name (e.g. create, submit, etc.).
  • method_name
  • # Webhook version.
  • version
  • # Filters to Webhooks with the created by the given user_ids
  • created_by_id
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • }