INPUT_OBJECT
CreateWebhookEndpointMutationInput
The input object that defines the fields for the createWebhookEndpoint mutation.
link GraphQL Schema definition
- input CreateWebhookEndpointMutationInput {
- # A descriptive name.
- : String!
- # The endpoint.
- : HttpsUrl!
- # Whether or not this is enabled.
- : Boolean!
- # The model and event associated with a webhook endpoint.
- : [WebhookEndpointModelEventInput]
- # A note about this entity.
- : NoteMutationInput
- }