@@ -176,7 +176,7 @@ describe('Validate: Known type names', () => {
176
176
locations : [ { line : 5 , column : 36 } ] ,
177
177
} ,
178
178
{
179
- message : 'Unknown type "D". Did you mean "ID ", "A ", or "B "?' ,
179
+ message : 'Unknown type "D". Did you mean "A ", "B ", or "ID "?' ,
180
180
locations : [ { line : 6 , column : 16 } ] ,
181
181
} ,
182
182
{
@@ -196,7 +196,7 @@ describe('Validate: Known type names', () => {
196
196
locations : [ { line : 12 , column : 16 } ] ,
197
197
} ,
198
198
{
199
- message : 'Unknown type "I". Did you mean "ID ", "A ", or "B "?' ,
199
+ message : 'Unknown type "I". Did you mean "A ", "B ", or "ID "?' ,
200
200
locations : [ { line : 12 , column : 20 } ] ,
201
201
} ,
202
202
{
@@ -306,7 +306,7 @@ describe('Validate: Known type names', () => {
306
306
locations : [ { line : 4 , column : 36 } ] ,
307
307
} ,
308
308
{
309
- message : 'Unknown type "D". Did you mean "ID ", "A ", or "B "?' ,
309
+ message : 'Unknown type "D". Did you mean "A ", "B ", or "ID "?' ,
310
310
locations : [ { line : 5 , column : 16 } ] ,
311
311
} ,
312
312
{
@@ -326,7 +326,7 @@ describe('Validate: Known type names', () => {
326
326
locations : [ { line : 11 , column : 16 } ] ,
327
327
} ,
328
328
{
329
- message : 'Unknown type "I". Did you mean "ID ", "A ", or "B "?' ,
329
+ message : 'Unknown type "I". Did you mean "A ", "B ", or "ID "?' ,
330
330
locations : [ { line : 11 , column : 20 } ] ,
331
331
} ,
332
332
{
0 commit comments