Skip to content

UserWebhookSubscription

No description

type UserWebhookSubscription implements WebhookSubscription {
id: Int!
events: [WebhookEvent!]!
query: String!
url: String!
client: OAuthClient
deliveries(
cursor: Cursor
): WebhookDeliveryCursor!
sample(
event: WebhookEvent!
): String!
}