INPUT_OBJECT
GameOptions
Optional input to filter categories. Add any additional optional fields to this input.
link GraphQL Schema definition
1 input GameOptions { 4 2 # The locale of the user. 3 : String 8 5 # If sorted by relevance, this provides additional context used to influence 6 # recommendations. 7 : 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. 11 : ID 15 13 # The sort param can be used to change the default sorting of results. 14 : GameSort 18 16 # Tags are an array of tag IDs as optional filters for categories. 17 : [String!] 19 }