ENUM
Webhook_WhereGroup_Fields
Where group options for Webhook. Matches when any field in the array is met
link GraphQL Schema definition
- enum Webhook_WhereGroup_Fields {
- # The unique ID.
- # URL the hook will call.
- # Human friendly name of the webhook.
- # Time webhook was created.
- # The unique ID.
- # Module name (e.g. order, project, client, etc.).
- # Method name (e.g. create, submit, etc.).
- # Webhook version.
- # Filters to Webhooks with the created by the given user_ids
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- }