INPUT_OBJECT

WebhookModule_Exact

Exact match query arguments for WebhookModule

link GraphQL Schema definition

  • input WebhookModule_Exact {
  • # Select multiple WebhookModule by ID.
  • id: [Int]
  • # Module name (e.g. order, project, client, etc.).
  • module_name: String
  • # Method name (e.g. create, submit, etc.).
  • method_name: String
  • # Deprecation Date.
  • deprecation_date: DateTime
  • }