INPUT_OBJECT
UpdateWebhookEndpointMutationInput
The input object that defines the fields for the updateWebhookEndpoint mutation.
link GraphQL Schema definition
- input UpdateWebhookEndpointMutationInput {
- # 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
- }