WebhookTestInput
Autogenerated input type of WebhookTest
input WebhookTestInput {
clientMutationId: String
webhookId: ID!
}
Fields
WebhookTestInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
WebhookTestInput.webhookId ● ID! non-null scalar common
The ID of the webhook to test.
Member of
webhookTest mutation