CreateWebhookEndpointPayload
No description
type CreateWebhookEndpointPayload { clientMutationId: String! endpoint: WebhookEndpoint! settings: Settings!}
#
FieldsclientMutationId
(String!
)#
clientMutationId is required for Relay support.
endpoint
(WebhookEndpoint!
)#
endpoint is the endpoint that we just created.
settings
(Settings!
)#
settings is the updated settings also containing the new endpoint.