INPUT_OBJECT

FormWebhook_Fuzzy

Fuzzy match query arguments for FormWebhook

link GraphQL Schema definition

  • input FormWebhook_Fuzzy {
  • # Select multiple FormWebhook fuzzily by its ID
  • id: Int
  • # URL the hook will call.
  • url: String
  • # Human friendly name of the webhook.
  • name: String
  • }