AppManifestWebhook
No description
type AppManifestWebhook {
name: String!
asyncEvents: [WebhookEventTypeAsyncEnum!]
syncEvents: [WebhookEventTypeSyncEnum!]
query: String!
targetUrl: String!
}
Fields
AppManifestWebhook.name
● String!
non-null scalar miscellaneous
The name of the webhook.
AppManifestWebhook.asyncEvents
● [WebhookEventTypeAsyncEnum!]
list enum webhooks
The asynchronous events that webhook wants to subscribe.
AppManifestWebhook.syncEvents
● [WebhookEventTypeSyncEnum!]
list enum webhooks
The synchronous events that webhook wants to subscribe.
AppManifestWebhook.query
● String!
non-null scalar miscellaneous
Subscription query of a webhook
AppManifestWebhook.targetUrl
● String!
non-null scalar miscellaneous
The url to receive the payload.
Member Of
Manifest
object