@@ -8,10 +8,7 @@ exports[`input-name > invalid > Invalid #1 1`] = `
8
8
#### ⚙️ Options
9
9
10
10
{
11
- "checkInputType": true,
12
- "caseSensitiveInputType": true,
13
- "checkQueries": false,
14
- "checkMutations": true
11
+ "checkInputType": true
15
12
}
16
13
17
14
#### ❌ Error 1/2
@@ -41,10 +38,7 @@ exports[`input-name > invalid > Invalid #2 1`] = `
41
38
#### ⚙️ Options
42
39
43
40
{
44
- "checkInputType": true,
45
- "caseSensitiveInputType": true,
46
- "checkQueries": false,
47
- "checkMutations": true
41
+ "checkInputType": true
48
42
}
49
43
50
44
#### ❌ Error
@@ -65,10 +59,7 @@ exports[`input-name > invalid > Invalid #3 1`] = `
65
59
#### ⚙️ Options
66
60
67
61
{
68
- "checkInputType": true,
69
- "caseSensitiveInputType": true,
70
- "checkQueries": false,
71
- "checkMutations": true
62
+ "checkInputType": true
72
63
}
73
64
74
65
#### ❌ Error
@@ -89,10 +80,7 @@ exports[`input-name > invalid > Invalid #4 1`] = `
89
80
#### ⚙️ Options
90
81
91
82
{
92
- "checkInputType": true,
93
- "caseSensitiveInputType": true,
94
- "checkQueries": false,
95
- "checkMutations": true
83
+ "checkInputType": true
96
84
}
97
85
98
86
#### ❌ Error 1/2
@@ -122,10 +110,7 @@ exports[`input-name > invalid > Invalid #5 1`] = `
122
110
#### ⚙️ Options
123
111
124
112
{
125
- "checkInputType": true,
126
- "caseSensitiveInputType": true,
127
- "checkQueries": false,
128
- "checkMutations": true
113
+ "checkInputType": true
129
114
}
130
115
131
116
#### ❌ Error 1/2
@@ -155,10 +140,7 @@ exports[`input-name > invalid > Invalid #6 1`] = `
155
140
#### ⚙️ Options
156
141
157
142
{
158
- "checkInputType": true,
159
- "caseSensitiveInputType": true,
160
- "checkQueries": false,
161
- "checkMutations": true
143
+ "checkInputType": true
162
144
}
163
145
164
146
#### ❌ Error 1/2
@@ -188,10 +170,7 @@ exports[`input-name > invalid > Invalid #7 1`] = `
188
170
#### ⚙️ Options
189
171
190
172
{
191
- "checkInputType": true,
192
- "caseSensitiveInputType": true,
193
- "checkQueries": false,
194
- "checkMutations": true
173
+ "checkInputType": true
195
174
}
196
175
197
176
#### ❌ Error 1/2
@@ -221,10 +200,7 @@ exports[`input-name > invalid > Invalid #8 1`] = `
221
200
#### ⚙️ Options
222
201
223
202
{
224
- "checkInputType": true,
225
- "caseSensitiveInputType": true,
226
- "checkQueries": false,
227
- "checkMutations": true
203
+ "checkInputType": true
228
204
}
229
205
230
206
#### ❌ Error 1/4
@@ -272,10 +248,7 @@ exports[`input-name > invalid > Invalid #9 1`] = `
272
248
#### ⚙️ Options
273
249
274
250
{
275
- "checkInputType": false,
276
- "caseSensitiveInputType": true,
277
- "checkQueries": false,
278
- "checkMutations": true
251
+ "checkInputType": false
279
252
}
280
253
281
254
#### ❌ Error 1/2
@@ -306,9 +279,7 @@ exports[`input-name > invalid > Invalid #10 1`] = `
306
279
307
280
{
308
281
"checkInputType": true,
309
- "caseSensitiveInputType": false,
310
- "checkQueries": false,
311
- "checkMutations": true
282
+ "caseSensitiveInputType": false
312
283
}
313
284
314
285
#### ❌ Error
@@ -330,9 +301,7 @@ exports[`input-name > invalid > Invalid #11 1`] = `
330
301
331
302
{
332
303
"checkInputType": true,
333
- "caseSensitiveInputType": true,
334
- "checkQueries": false,
335
- "checkMutations": true
304
+ "caseSensitiveInputType": true
336
305
}
337
306
338
307
#### ❌ Error
@@ -355,8 +324,7 @@ exports[`input-name > invalid > Invalid #12 1`] = `
355
324
{
356
325
"checkQueries": true,
357
326
"checkInputType": true,
358
- "caseSensitiveInputType": true,
359
- "checkMutations": true
327
+ "caseSensitiveInputType": true
360
328
}
361
329
362
330
#### ❌ Error
0 commit comments