OBJECT

SearchCategoriesConnection

Contains categories search results.

link GraphQL Schema definition

1type SearchCategoriesConnection {
2
3# List of matching game results.
4edges: [SearchCategoriesEdge!]
5
6# Information about this page of categories.
7pageInfo: PageInfo!
8
9# Total number of results.
10totalCount: Int!
11
12}