WebhookSubscription
Object
A Node in the graph.
Fields
#
contentType
The content type of the webhook request. Defaults to json.
disabledAt
The date and time when the WebhookSubscription what last disabled (if disabled).
permissions
Non-null
A list of Permissions associated with the currently authenticated User and the WebhookSubscription.
query
The graphql query to be executed whenever Webhooks are triggered for this WebhookSubscription.
webhookErrors
List of Webhook Errors generated by the WebhookSubscription.
Interfaces
#
Also implements NodeInterface .
Usages
#
References
#
- Field webhookSubscription from CreateWebhookSubscriptionMutationPayload
- Field undeletedItems from DeleteWebhookSubscriptionsMutationPayload
- Field nodes from IntegrationWebhookSubscriptionConnection
Previous
WebhookRequestPermissions