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