OBJECT

Human

Human object controls authentication for users

link GraphQL Schema definition

  • type Human {
  • # The current user
  • current_user: User
  • # The Id of the human's currently selected user
  • current_user_id: ID
  • # The email of the human
  • email: String
  • # The unique identifier of the human
  • id: ID!
  • # last date the human signed in
  • last_sign_in_at: String
  • }