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