OBJECT

UserNotificationToken

link GraphQL Schema definition

  • type UserNotificationToken implements Node {
  • id: ID!
  • # The token of the notification token.
  • token: String!
  • # The platform of the notification token was generated on.
  • platform: String!
  • # The user that the notification token is for.
  • user: User
  • }