OBJECT

DeleteDeviceTokenPayload

The response from deleting a push notification token from a user.

link GraphQL Schema definition

1type DeleteDeviceTokenPayload {
2
3# The ID of the token that was deleted.
4deviceToken: ID!
5
6}