Genre

The genres of a Game include Autobattler, RTS, Racing, MOBA, etc.

type Genre {
  id: Int!
  name: String!
}

Fields

Genre.id Int!

A unique indentifier.

Genre.name String!

The name of the genre.