|
33 | 33 | | ^^^^ Type "Node" is unreachable
|
34 | 34 | 6 | id: ID!
|
35 | 35 |
|
36 |
| -💡 Suggestion: Remove Node |
| 36 | +💡 Suggestion: Remove \`Node\` |
37 | 37 |
|
38 | 38 | 1 | type Query {
|
39 | 39 | 2 | node(id: ID!): AnotherNode!
|
|
63 | 63 | | ^^^^ Type "User" is unreachable
|
64 | 64 | 14 | id: ID!
|
65 | 65 |
|
66 |
| -💡 Suggestion: Remove User |
| 66 | +💡 Suggestion: Remove \`User\` |
67 | 67 |
|
68 | 68 | 1 | type Query {
|
69 | 69 | 2 | node(id: ID!): AnotherNode!
|
|
92 | 92 | | ^^^^^^^^^ Type "SuperUser" is unreachable
|
93 | 93 | 19 | id: ID!
|
94 | 94 |
|
95 |
| -💡 Suggestion: Remove SuperUser |
| 95 | +💡 Suggestion: Remove \`SuperUser\` |
96 | 96 |
|
97 | 97 | 1 | type Query {
|
98 | 98 | 2 | node(id: ID!): AnotherNode!
|
|
154 | 154 | | ^^^^^^^^ Type "DateTime" is unreachable
|
155 | 155 | 3 |
|
156 | 156 |
|
157 |
| -💡 Suggestion: Remove DateTime |
| 157 | +💡 Suggestion: Remove \`DateTime\` |
158 | 158 |
|
159 | 159 | 1 | # ScalarTypeDefinition
|
160 | 160 | 2 |
|
|
193 | 193 | | ^^^^ Type "Role" is unreachable
|
194 | 194 | 6 | ADMIN
|
195 | 195 |
|
196 |
| -💡 Suggestion: Remove Role |
| 196 | +💡 Suggestion: Remove \`Role\` |
197 | 197 |
|
198 | 198 | 1 | # ScalarTypeDefinition
|
199 | 199 | 2 | scalar DateTime
|
|
229 | 229 | | ^^^^ Type "auth" is unreachable
|
230 | 230 | 12 |
|
231 | 231 |
|
232 |
| -💡 Suggestion: Remove auth |
| 232 | +💡 Suggestion: Remove \`auth\` |
233 | 233 |
|
234 | 234 | 1 | # ScalarTypeDefinition
|
235 | 235 | 2 | scalar DateTime
|
|
268 | 268 | | ^^^^^ Type "Union" is unreachable
|
269 | 269 | 15 |
|
270 | 270 |
|
271 |
| -💡 Suggestion: Remove Union |
| 271 | +💡 Suggestion: Remove \`Union\` |
272 | 272 |
|
273 | 273 | 1 | # ScalarTypeDefinition
|
274 | 274 | 2 | scalar DateTime
|
|
307 | 307 | | ^^^^^^^^^^^ Type "UsersFilter" is unreachable
|
308 | 308 | 18 | limit: Int
|
309 | 309 |
|
310 |
| -💡 Suggestion: Remove UsersFilter |
| 310 | +💡 Suggestion: Remove \`UsersFilter\` |
311 | 311 |
|
312 | 312 | 1 | # ScalarTypeDefinition
|
313 | 313 | 2 | scalar DateTime
|
|
344 | 344 | | ^^^^^^^ Type "Address" is unreachable
|
345 | 345 | 23 | city: String
|
346 | 346 |
|
347 |
| -💡 Suggestion: Remove Address |
| 347 | +💡 Suggestion: Remove \`Address\` |
348 | 348 |
|
349 | 349 | 1 | # ScalarTypeDefinition
|
350 | 350 | 2 | scalar DateTime
|
|
381 | 381 | | ^^^^ Type "User" is unreachable
|
382 | 382 | 28 | city: String
|
383 | 383 |
|
384 |
| -💡 Suggestion: Remove User |
| 384 | +💡 Suggestion: Remove \`User\` |
385 | 385 |
|
386 | 386 | 1 | # ScalarTypeDefinition
|
387 | 387 | 2 | scalar DateTime
|
@@ -435,7 +435,7 @@ exports[` 3`] = `
|
435 | 435 | > 18 | scalar DateTime
|
436 | 436 | | ^^^^^^^^ Type "DateTime" is unreachable
|
437 | 437 |
|
438 |
| -💡 Suggestion: Remove DateTime |
| 438 | +💡 Suggestion: Remove \`DateTime\` |
439 | 439 |
|
440 | 440 | 1 | interface User {
|
441 | 441 | 2 | id: String
|
|
487 | 487 | | ^^^^ Type "User" is unreachable
|
488 | 488 | 2 | id: String
|
489 | 489 |
|
490 |
| -💡 Suggestion: Remove User |
| 490 | +💡 Suggestion: Remove \`User\` |
491 | 491 |
|
492 | 492 | 1 |
|
493 | 493 | 2 |
|
|
515 | 515 | | ^^^^^^^^^ Type "SuperUser" is unreachable
|
516 | 516 | 10 | id: String
|
517 | 517 |
|
518 |
| -💡 Suggestion: Remove SuperUser |
| 518 | +💡 Suggestion: Remove \`SuperUser\` |
519 | 519 |
|
520 | 520 | 1 | interface User {
|
521 | 521 | 2 | id: String
|
|
543 | 543 | | ^^^^^^^^^ Type "SuperUser" is unreachable
|
544 | 544 | 15 | detail: String
|
545 | 545 |
|
546 |
| -💡 Suggestion: Remove SuperUser |
| 546 | +💡 Suggestion: Remove \`SuperUser\` |
547 | 547 |
|
548 | 548 | 1 | interface User {
|
549 | 549 | 2 | id: String
|
@@ -590,7 +590,7 @@ exports[` 5`] = `
|
590 | 590 | > 20 | scalar DateTime
|
591 | 591 | | ^^^^^^^^ Type "DateTime" is unreachable
|
592 | 592 |
|
593 |
| -💡 Suggestion: Remove DateTime |
| 593 | +💡 Suggestion: Remove \`DateTime\` |
594 | 594 |
|
595 | 595 | 1 | type Query {
|
596 | 596 | 2 | node(id: ID!): Node!
|
|
0 commit comments