INPUT_OBJECT

Webhook_Fuzzy

Fuzzy match query arguments for Webhook

link GraphQL Schema definition

  • input Webhook_Fuzzy {
  • # Select multiple Webhook fuzzily by its ID
  • id: Int
  • # URL the hook will call.
  • url: String
  • # Human friendly name of the webhook.
  • name: String
  • # Module name (e.g. order, project, client, etc.).
  • module_name: String
  • # Method name (e.g. create, submit, etc.).
  • method_name: String
  • }