INPUT_OBJECT
FormWebhook_Exact
Exact match query arguments for FormWebhook
link GraphQL Schema definition
- input FormWebhook_Exact {
- # Select multiple FormWebhook by ID.
- Int] : [
- # URL the hook will call.
- String :
- # Human friendly name of the webhook.
- String :
- # Time webhook was created.
- DateTime :
- # The unique ID.
- Int] : [
- # Unique form ID.
- Int] : [
- # Method name (e.g. create, submit, etc.).
- String :
- # Webhook version.
- Int :
- # Filters to Webhooks with the created by the given user_ids
- Int] : [
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- }