webhook
Returns a single webhook subscription by id for the current practice, or null if not found.
webhook(
id: ID!
): WebhookSubscription
Arguments
webhook.id ● ID! non-null scalar
Type
WebhookSubscription object
A webhook subscription for outbound event delivery.
See Webhooks guide for integration details.