OBJECT

AddDeviceTokenPayload

The response from adding a push notification token to a user.

link GraphQL Schema definition

1type AddDeviceTokenPayload {
2
3# The ID of the new token.
4deviceToken: ID!
5
6}