WebhookSubscription
No description
type WebhookSubscription {
id: ID!
secret: String
url: String!
label: String!
eventTypes: [WebhookEventType!]!
headers: [WebhookHeader!]
version: String!
createdAt: DateTime
updatedAt: DateTime
deleted: Boolean
deliveryPaused: Boolean
}
Fields
WebhookSubscription.id ● ID! non-null scalar
WebhookSubscription.secret ● String scalar
The secret used to verify webhook payloads.
WebhookSubscription.url ● String! non-null scalar
WebhookSubscription.label ● String! non-null scalar
WebhookSubscription.eventTypes ● [WebhookEventType!]! non-null enum
WebhookSubscription.headers ● [WebhookHeader!] list object
WebhookSubscription.version ● String! non-null scalar
WebhookSubscription.createdAt ● DateTime scalar
WebhookSubscription.updatedAt ● DateTime scalar
WebhookSubscription.deleted ● Boolean scalar
WebhookSubscription.deliveryPaused ● Boolean scalar
Returned By
webhook query ● webhooks query
Member Of
CreateWebhookPayload object ● UpdateWebhookPayload object