OBJECT

Query2

link GraphQL Schema definition

1type Query2 {
2
3group: Group
14
4hero: Hero
14
5highlight: JSON
14
6params: [ParamsListItem]
14
7postprocessor: [String]
14
8preprocessor: [String]
14
9provider: [String]
14
10queryFields: [String]
14
11responseFields: [String]
14
12sortFields: SortFields
14
13spellcheck: Spellcheck
15
16}