OBJECT

SessionData

Properties of the current session

link GraphQL Schema definition

  • type SessionData {
  • # True if an admin is logged in
  • adminLoggedIn: Boolean!
  • }