ProbeWebhookEndpointPayload
No description
union ProbeWebhookEndpointPayload = ProbeWebhookEndpointSuccessPayload | InternalErrorRejection | InvalidArgumentRejection
Possible types
ProbeWebhookEndpointPayload.ProbeWebhookEndpointSuccessPayload object
ProbeWebhookEndpointPayload.InternalErrorRejection object
Rejection returned on unexpected server error
ProbeWebhookEndpointPayload.InvalidArgumentRejection object
Rejection returned on invalid argument error
Returned By
probeWebhookEndpoint  mutation