11//  Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [`  1` =  ` 
4-    1 | 
5-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
6- >   3  |            gt : BSONDecimal 
7-      |            ^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
8-    4  |            gte : BSONDecimal  
9-    5  |            lt : BSONDecimal  
10-    6  |            lte : BSONDecimal  
11-    7  |            ne : BSONDecimal  
12-    8  |            in : [BSONDecimal ] 
13-    9  |            nin : [BSONDecimal ] 
14-   10  |          }  
15-   11 |        
4+ > 1 | type User {  id : ID  }  
5+     |      ^^^^ Description is required for \` type User\` . 
166` 
177
188exports [`  2` =  ` 
19-    1 | 
20-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
21-    3  |            gt : BSONDecimal  
22- >   4  |            gte : BSONDecimal 
23-      |            ^^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
24-    5  |            lt : BSONDecimal  
25-    6  |            lte : BSONDecimal  
26-    7  |            ne : BSONDecimal  
27-    8  |            in : [BSONDecimal ] 
28-    9  |            nin : [BSONDecimal ] 
29-   10  |          }  
30-   11 |        
9+ > 1 | interface Node {  id : ID !  }  
10+     |           ^^^^ Description is required for \` interface Node\` . 
3111` 
3212
3313exports [`  3` =  ` 
34-    1 | 
35-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
36-    3  |            gt : BSONDecimal  
37-    4  |            gte : BSONDecimal  
38- >   5  |            lt : BSONDecimal 
39-      |            ^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
40-    6  |            lte : BSONDecimal  
41-    7  |            ne : BSONDecimal  
42-    8  |            in : [BSONDecimal ] 
43-    9  |            nin : [BSONDecimal ] 
44-   10  |          }  
45-   11 |        
14+ > 1 | enum Role {  ADMIN  }  
15+     |      ^^^^ Description is required for \` enum Role\` . 
4616` 
4717
4818exports [`  4` =  ` 
49-    1 | 
50-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
51-    3  |            gt : BSONDecimal  
52-    4  |            gte : BSONDecimal  
53-    5  |            lt : BSONDecimal  
54- >   6  |            lte : BSONDecimal 
55-      |            ^^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
56-    7  |            ne : BSONDecimal  
57-    8  |            in : [BSONDecimal ] 
58-    9  |            nin : [BSONDecimal ] 
59-   10  |          }  
60-   11 |        
19+ > 1 | scalar Email 
20+     |        ^^^^^ Description is required for \` scalar Email\` . 
6121` 
6222
6323exports [`  5` =  ` 
64-    1 | 
65-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
66-    3  |            gt : BSONDecimal  
67-    4  |            gte : BSONDecimal  
68-    5  |            lt : BSONDecimal  
69-    6  |            lte : BSONDecimal  
70- >   7  |            ne : BSONDecimal 
71-      |            ^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
72-    8  |            in : [BSONDecimal ] 
73-    9  |            nin : [BSONDecimal ] 
74-   10  |          }  
75-   11 |        
24+ > 1 | input CreateUserInput {  email : Email !  }  
25+     |       ^^^^^^^^^^^^^^^ Description is required for \` input CreateUserInput\` . 
7626` 
7727
7828exports [`  6` =  ` 
79-    1 | 
80-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
81-    3  |            gt : BSONDecimal  
82-    4  |            gte : BSONDecimal  
83-    5  |            lt : BSONDecimal  
84-    6  |            lte : BSONDecimal  
85-    7  |            ne : BSONDecimal  
86- >   8  |            in : [BSONDecimal ]
87-      |            ^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
88-    9  |            nin : [BSONDecimal ] 
89-   10  |          }  
90-   11 |        
29+ > 1 | union Media = Book | Movie 
30+     |       ^^^^^ Description is required for \` union Media\` . 
9131` 
9232
9333exports [`  7` =  ` 
94-    1 | 
95-    2 |         input SalaryDecimalOperatorsFilterUpdateOneUserInput {  
96-    3  |            gt : BSONDecimal  
97-    4  |            gte : BSONDecimal  
98-    5  |            lt : BSONDecimal  
99-    6  |            lte : BSONDecimal  
100-    7  |            ne : BSONDecimal  
101-    8  |            in : [BSONDecimal ] 
102- >   9  |            nin : [BSONDecimal ]
103-      |            ^^^  Description  is  required  for  nodes  of  type  " InputValueDefinition"  
104-   10  |          }  
105-   11 |        
34+ > 1 | directive @auth(requires: Role!) on FIELD_DEFINITION 
35+     |            ^^^^ Description is required for \` directive @auth\` . 
10636` 
10737
10838exports [`  8` =  ` 
109-   1 | 
110-   2 |         enum EnumUserLanguagesSkill {  
111- >  3  |            basic 
112-     |            ^^^^^  Description  is  required  for  nodes  of  type  " EnumValueDefinition"  
113-   4  |            fluent  
114-   5  |            native  
115-   6  |          }  
116-   7 |        
39+ > 1 | type User {  email : Email !  }  
40+     |             ^^^^^ Description is required for \` User.email\` . 
11741` 
11842
11943exports [`  9` =  ` 
120-   1 | 
121-   2 |         enum EnumUserLanguagesSkill {  
122-   3  |            basic  
123- >  4  |            fluent 
124-     |            ^^^^^^  Description  is  required  for  nodes  of  type  " EnumValueDefinition"  
125-   5  |            native  
126-   6  |          }  
127-   7 |        
44+ > 1 | input CreateUserInput {  email : Email !  }  
45+     |                         ^^^^^ Description is required for \` CreateUserInput.email\` . 
12846` 
12947
13048exports [`  10` =  ` 
131-   1 | 
132-   2 |         enum EnumUserLanguagesSkill {  
133-   3  |            basic  
134-   4  |            fluent  
135- >  5  |            native 
136-     |            ^^^^^^  Description  is  required  for  nodes  of  type  " EnumValueDefinition"  
137-   6  |          }  
138-   7 |        
49+ > 1 | enum Role {  ADMIN  }  
50+     |             ^^^^^ Description is required for \` Role.ADMIN\` . 
13951` 
14052
14153exports [`  11` =  ` 
14254  1 | 
14355  2 |         type CreateOneUserPayload {  
14456>  3  |            recordId : MongoID 
145-     |            ^^^^^^^^  Description  is  required  for  nodes   of   type   " FieldDefinition "  
57+     |            ^^^^^^^^  Description  is  required  for  \ ` CreateOneUserPayload.recordId \` .  
14658  4 |           record: User 
14759  5 |         } 
14860  6 |        
@@ -153,7 +65,7 @@ exports[` 12`] = `
15365  2 |         type CreateOneUserPayload {  
15466  3  |            recordId : MongoID  
15567>  4  |            record : User 
156-     |            ^^^^^^  Description  is  required  for  nodes   of   type   " FieldDefinition "  
68+     |            ^^^^^^  Description  is  required  for  \ ` CreateOneUserPayload.record \` .  
15769  5 |         } 
15870  6 |        
15971` 
@@ -163,27 +75,27 @@ exports[` 13`] = `
16375  2 |         # linesBefore !== 1 
16476  3 | 
16577> 4 |         query {  
166-     |          ^^^^^  Description  is  required  for  nodes   of   type   " OperationDefinition "  
78+     |          ^^^^^  Description  is  required  for  \ ` query \` .  
16779  5 |           foo 
16880  6 |         } 
16981  7 |        
17082` 
17183
17284exports [`  14` =  ` 
173- > 1 | mutation {   test  }  
174-     | ^^^^^^^^ Description is required for nodes of type "OperationDefinition"  
85+ > 1 | mutation createUser  {   foo  }  
86+     | ^^^^^^^^ Description is required for \` mutation createUser \` .  
17587` 
17688
17789exports [`  15` =  ` 
178- > 1 | subscription {   test  }  
179-     | ^^^^^^^^^^^^ Description is required for nodes of type "OperationDefinition"  
90+ > 1 | subscription commentAdded  {   foo  }  
91+     | ^^^^^^^^^^^^ Description is required for \` subscription commentAdded \` .  
18092` 
18193
18294exports [`  16` =  ` 
18395  1 | 
18496  2 |         # eslint-disable-next-line semi 
18597> 3 |         query {  
186-     |          ^^^^^  Description  is  required  for  nodes   of   type   " OperationDefinition "  
98+     |          ^^^^^  Description  is  required  for  \ ` query \` .  
18799  4 |           foo 
188100  5 |         } 
189101  6 |        
@@ -197,7 +109,7 @@ exports[` 17`] = `
197109   5  |          }  
198110   6 | 
199111>  7 |         query {  
200-      |          ^^^^^  Description  is  required  for  nodes   of   type   " OperationDefinition "  
112+      |          ^^^^^  Description  is  required  for  \ ` query \` .  
201113   8 |           user {  
202114   9  |              ... UserFields  
203115  10  |            }  
0 commit comments