OBJECT
SearchCategoriesConnection
Contains categories search results.
link GraphQL Schema definition
1 type SearchCategoriesConnection { 2 3 # List of matching game results. 4 : [SearchCategoriesEdge!] 5 6 # Information about this page of categories. 7 : PageInfo! 8 9 # Total number of results. 10 : Int! 11 12 }