CreateWebhookPayload
Result of creating a webhook subscription.
type CreateWebhookPayload {
data: WebhookSubscription
error: String
}
Fields
CreateWebhookPayload.data ● WebhookSubscription object
CreateWebhookPayload.error ● String scalar
Returned By
createWebhook mutation