CreateWebhookInput
No description
input CreateWebhookInput {
url: String!
organization: UUID!
description: String!
projects: [UUID!]!
filterTypes: [FilterType!]!
}
Fields
CreateWebhookInput.url ● String! non-null scalar
CreateWebhookInput.organization ● UUID! non-null scalar
CreateWebhookInput.description ● String! non-null scalar
CreateWebhookInput.projects ● [UUID!]! non-null scalar
CreateWebhookInput.filterTypes ● [FilterType!]! non-null enum
Member of
createWebhook mutation