-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persisted document id generation not working with fragments #359
Comments
Mind providing a reproduction or writing a test in this repository. I tried to reproduce your bug but did not succeed |
@JoviDeCroock sure, I also found a workaround - just adding in an empty [] after the graphql fixes it., Repro coming shortly.. |
@onionhammer I understand what's going on, give me a moment to fix it |
@JoviDeCroock you're too quick, I just published the repro too lol :D https://github.com/onionhammer/gqltada-repro/blob/master/src/App.tsx |
Describe the bug
When adding a fragment to a query, the persisted string is not being underscored with yellow squigglies
Without fragment:
With fragment:
If i use the hint, it puts "undefined" into the string
Reproduction
No response
gql.tada version
1.8.9
Validations
The text was updated successfully, but these errors were encountered: