TypesObjects
SandboxAlertPayload
Payload returned after generating a sandbox alert
type SandboxAlertPayload {
success: Boolean!
}Fields
success Boolean! non-null scalar
Boolean!
Whether the alert was successfully generated
Returned By
sandboxAlertGenerate mutation