OBJECT
Session
link GraphQL Schema definition
1 type Session { 2 3 : Boolean 9 4 : Cookie 9 5 : Boolean 9 6 : LoginTimeout 9 7 : PersistentSession 9 8 : Int 10 11 }
OBJECT
1 type Session { 2 3 : Boolean 9 4 : Cookie 9 5 : Boolean 9 6 : LoginTimeout 9 7 : PersistentSession 9 8 : Int 10 11 }