INPUT_OBJECT

UpdateMemoryGameInput

link GraphQL Schema definition

  • input UpdateMemoryGameInput {
  • # 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
  • id: Int!
  • }

link Require by