CreateWebhooksUserInput
No description
input CreateWebhooksUserInput {
active: Boolean
eventsAllowed: [String!]
purpose: String!
}
Fields
CreateWebhooksUserInput.active ● Boolean scalar references
CreateWebhooksUserInput.eventsAllowed ● [String!] list scalar references
CreateWebhooksUserInput.purpose ● String! non-null scalar references
Member Of
createWebhooksUser mutation