Skip to content

Commit

Permalink
Add a path that shouldn't show up in the error
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jun 24, 2024
1 parent 2b4318c commit 3c5e94f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
query FoFoFoFoFoF {
currentUser {
...F1
# This path shouldn't show up in the error
# FoFoFoFoFoF:query>currentUser>F6:User.friends>name
...F6
}
}
fragment F1 on User {
Expand Down

0 comments on commit 3c5e94f

Please sign in to comment.