CreateWebhookInput
Provides the fields and values to use when creating a webhook.
input CreateWebhookInput {
name: String
description: String
url: String!
isEnabled: Boolean
}
Fields
CreateWebhookInput.name ● String scalar
The webhook's name.
CreateWebhookInput.description ● String scalar
The webhook's description.
CreateWebhookInput.url ● String! non-null scalar
The webhook's url.
CreateWebhookInput.isEnabled ● Boolean scalar
Whether this webhook is enabled.
Member Of
createWebhook mutation