RegisterForPushNotificationsPayload
Response type that indicates push registration succeeded.
type RegisterForPushNotificationsPayload {
success: Boolean!
}
Fields
RegisterForPushNotificationsPayload.success ● Boolean! non-null scalar
This will always be true. If failure occurs, an exception will be returned.
Returned by
registerForPushNotifications mutation