Skip to content

GitWebhookSubscription

No description

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