# Token represents the data parsed and validated from the bearer token. type Token { # The user represented in the token. user: User! # The permissions for the token. permissions: [String!]! }