CreateWebhookInput
No description
input CreateWebhookInput {
eventId: String!
endpoint: String!
secret: String
hooks: [HookTypes!]!
enabled: Boolean
name: String
}
Fields
CreateWebhookInput.eventId
● String!
non-null scalar
CreateWebhookInput.endpoint
● String!
non-null scalar
CreateWebhookInput.secret
● String
scalar
CreateWebhookInput.hooks
● [HookTypes!]!
non-null enum
CreateWebhookInput.enabled
● Boolean
scalar
CreateWebhookInput.name
● String
scalar
Member Of
createWebhook
mutation