We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Queries like { __typename } works on router but if you wrap it in fragment like this { ... { __typename } } it produces an error:
{ ... { __typename } }
value retrieval failed: empty query plan. This behavior is unexpected and we suggest opening an issue to apollographql/router with a reproduction.
See test cases here:
router/apollo-router/tests/integration/typename.rs
Lines 74 to 138 in 7402a1b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Queries like { __typename } works on router but if you wrap it in fragment like this
{ ... { __typename } }
it produces an error:To Reproduce
See test cases here:
router/apollo-router/tests/integration/typename.rs
Lines 74 to 138 in 7402a1b
The text was updated successfully, but these errors were encountered: