INPUT_OBJECT

GameOptions

Optional input to filter categories. Add any additional optional fields to this input.

link GraphQL Schema definition

1input GameOptions {
4
2# The locale of the user.
3locale: String
8
5# If sorted by relevance, this provides additional context used to influence
6# recommendations.
7recommendationsContext: RecommendationsContext
12
9# A GUID that is created by the caller for tracking. This should be globally
10# unique per request and is required if sort=RELEVANCE.
11requestID: ID
15
13# The sort param can be used to change the default sorting of results.
14sort: GameSort
18
16# Tags are an array of tag IDs as optional filters for categories.
17tags: [String!]
19}