DeleteWebhookEndpointInput
No description
input DeleteWebhookEndpointInput {
clientMutationId: String!
id: ID!
}
Fields
DeleteWebhookEndpointInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
DeleteWebhookEndpointInput.id
● ID!
non-null scalar
id is the ID of the WebhookEndpoint being deleted.
Member Of
deleteWebhookEndpoint
mutation