OBJECT

FAQ

A frequently asked question about an entity, e.g. a game or item.

link GraphQL Schema definition

1type FAQ {
2
3# The question
4question: String
5
6# The answer
7answer: String
8
9}