OBJECT

WebhookModule

A linking table between module and methods.

link GraphQL Schema definition

  • type WebhookModule {
  • # The unique ID.
  • id: Int!
  • # Module name (e.g. order, project, client, etc.).
  • module_name: String!
  • # Method name (e.g. create, submit, etc.).
  • method_name: String!
  • # Webhook version.
  • version: Int!
  • # Deprecation Date.
  • deprecation_date: DateTime
  • }