WebhookEndpointCreateInput
No description
input WebhookEndpointCreateInput {
url: String!
enabledEvents: [WebhookEventType!]!
description: String
}
Fields
WebhookEndpointCreateInput.url ● String! non-null scalar
Must be an HTTPS URL.
WebhookEndpointCreateInput.enabledEvents ● [WebhookEventType!]! non-null enum
WebhookEndpointCreateInput.description ● String scalar
Member Of
createWebhookEndpoint mutation