OBJECT

User

User type

link GraphQL Schema definition

  • type User {
  • # The id
  • _id: String
  • # The email
  • email: String
  • # The firstname
  • firstname: String
  • # The lastname
  • lastname: String
  • # Token used to authenticate requests
  • token: String
  • }