OBJECT
BaseGameSession
link GraphQL Schema definition
- type BaseGameSession {
- # ID of the entity.
- : String!
- # Create date of the entity.
- : DateTime!
- # Last update date of the entity.
- : DateTime!
- # Bundle ID of the game. (e.g. com.njoyKidz.memory)
- : String!
- # Platform of the game (e.g. android)
- : String!
- # Total play time of the session. (seconds)
- : Int!
- # Timestamp of the game creation.
- : String!
- # ID of the client
- : String!
- : PlayerClient!
- }