UNPKG

4.79 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var query = {
4 kind: 'Document',
5 definitions: [
6 {
7 kind: 'OperationDefinition',
8 operation: 'query',
9 name: null,
10 variableDefinitions: null,
11 directives: [],
12 selectionSet: {
13 kind: 'SelectionSet',
14 selections: [
15 {
16 kind: 'Field',
17 alias: null,
18 name: {
19 kind: 'Name',
20 value: '__schema',
21 },
22 arguments: [],
23 directives: [],
24 selectionSet: {
25 kind: 'SelectionSet',
26 selections: [
27 {
28 kind: 'Field',
29 alias: null,
30 name: {
31 kind: 'Name',
32 value: 'types',
33 },
34 arguments: [],
35 directives: [],
36 selectionSet: {
37 kind: 'SelectionSet',
38 selections: [
39 {
40 kind: 'Field',
41 alias: null,
42 name: {
43 kind: 'Name',
44 value: 'kind',
45 },
46 arguments: [],
47 directives: [],
48 selectionSet: null,
49 },
50 {
51 kind: 'Field',
52 alias: null,
53 name: {
54 kind: 'Name',
55 value: 'name',
56 },
57 arguments: [],
58 directives: [],
59 selectionSet: null,
60 },
61 {
62 kind: 'Field',
63 alias: null,
64 name: {
65 kind: 'Name',
66 value: 'possibleTypes',
67 },
68 arguments: [],
69 directives: [],
70 selectionSet: {
71 kind: 'SelectionSet',
72 selections: [
73 {
74 kind: 'Field',
75 alias: null,
76 name: {
77 kind: 'Name',
78 value: 'name',
79 },
80 arguments: [],
81 directives: [],
82 selectionSet: null,
83 },
84 ],
85 },
86 },
87 ],
88 },
89 },
90 ],
91 },
92 },
93 ],
94 },
95 },
96 ],
97};
98exports.default = query;
99//# sourceMappingURL=fragmentMatcherIntrospectionQuery.js.map
\No newline at end of file