CreateWebhookTargetInput
No description
input CreateWebhookTargetInput {
url: String!
eventSubscriptions: [WebhookTargetEventSubscriptionInput!]!
isEnabled: Boolean!
description: String!
}
Fields
CreateWebhookTargetInput.url
● String!
non-null scalar
CreateWebhookTargetInput.eventSubscriptions
● [WebhookTargetEventSubscriptionInput!]!
non-null input
CreateWebhookTargetInput.isEnabled
● Boolean!
non-null scalar
CreateWebhookTargetInput.description
● String!
non-null scalar
Member of
createWebhookTarget
mutation