INPUT_OBJECT
A webhook configuration for ANY instance of a module.
input WebhookCreate {# The webhook module ID.webhook_module: IdObject!# URL the hook will call.url: String!# Human friendly name of the webhook.name: String!# Webhook secret.secret_key: String}