type AuthenticateUserPayload { id: String! token: String! } extend type Mutation { authenticateUser(accessToken: String!): AuthenticateUserPayload! }