INPUT_OBJECT

DeleteDeviceTokenInput

DeleteDeviceTokenInput accepts a token and user ID and deletes that pair from the database.

link GraphQL Schema definition

1input DeleteDeviceTokenInput {
4
2# The token to be deleted.
3deviceToken: ID!
7
5# ID for the user associated with the device token.
6userID: ID!
8}