INPUT_OBJECT

CreateMemoryGameInput

link GraphQL Schema definition

  • input CreateMemoryGameInput {
  • # Number of cards.
  • cardCount: Int!
  • # Number of wrong trials.
  • wrong: Int!
  • # Number of wrong clicks.
  • click: Int!
  • # Time passed.
  • time: Int!
  • # Session id of the game.
  • sessionId: String!
  • }

link Require by