Query
Variables
Response
Queries
validatePushNotification
Validates a push notification and returns the diagnostics.
QUERY
validatePushNotification(editor: JSON!): PushNotificationPreview!Arguments
editor
JSON!
required
The editor used to filter or perform the operation.
Returns
editor
JSON!
The editor associated with this push notification preview.
payload
JSON!
Structured payload associated with this push notification preview.
headers
JSON!
The headers associated with this push notification preview.
byteLength
Int!
The byte length associated with this push notification preview.
Query
Variables
Response