You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`schema expect schema to match snapshot 1`] =`
4
+
GraphQLSchema {
5
+
"_directives": Array [
6
+
GraphQLDirective {
7
+
"args": Array [
8
+
Object {
9
+
"defaultValue": undefined,
10
+
"description": "Skipped when true.",
11
+
"name": "if",
12
+
"type": "Boolean!",
13
+
},
14
+
],
15
+
"description": "Directs the executor to skip this field or fragment when the \`if\` argument is true.",
16
+
"locations": Array [
17
+
"FIELD",
18
+
"FRAGMENT_SPREAD",
19
+
"INLINE_FRAGMENT",
20
+
],
21
+
"name": "skip",
22
+
},
23
+
GraphQLDirective {
24
+
"args": Array [
25
+
Object {
26
+
"defaultValue": undefined,
27
+
"description": "Included when true.",
28
+
"name": "if",
29
+
"type": "Boolean!",
30
+
},
31
+
],
32
+
"description": "Directs the executor to include this field or fragment only when the \`if\` argument is true.",
33
+
"locations": Array [
34
+
"FIELD",
35
+
"FRAGMENT_SPREAD",
36
+
"INLINE_FRAGMENT",
37
+
],
38
+
"name": "include",
39
+
},
40
+
GraphQLDirective {
41
+
"args": Array [
42
+
Object {
43
+
"defaultValue": "No longer supported",
44
+
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
45
+
"name": "reason",
46
+
"type": "String",
47
+
},
48
+
],
49
+
"description": "Marks an element of a GraphQL schema as no longer supported.",
0 commit comments