Magidoc

DeviceTokenInput
Input Object

This input type is used to register push notification tokens for the mobile apps on Android and iOS.

Fields

#

description

Description of the device

platform

Non-null

At the moment either 'ios' or 'android'

token

Non-null

The device token to send the push notifications to

Usages

#

References

#

  • Argument device of field registerDevice from type Mutation