ENUM

WebhookModule_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum WebhookModule_WhereGroup_Fields {
  • # The unique ID.
  • id
  • # Module name (e.g. order, project, client, etc.).
  • module_name
  • # Method name (e.g. create, submit, etc.).
  • method_name
  • # Deprecation Date.
  • deprecation_date
  • }