EnableWebhookEndpointPayload
No description
type EnableWebhookEndpointPayload { clientMutationId: String! endpoint: WebhookEndpoint!}
#
FieldsclientMutationId
(String!
)#
clientMutationId is required for Relay support.
endpoint
(WebhookEndpoint!
)#
endpoint is the endpoint that we just enabled.