Closed jsommr closed 5 years ago
Hi @nerfpops
Thanks for the PR.
That's a nice solution, but I'm not entirely sure if we want to include this, since it makes querying inconsistent with how GraphQL works in general. Also we would need to implement this for every list/connection for it to be consistent and I'm not sure if we can enforce it everywhere.
Remove unwanted items when querying with fragments
Fixes #7
Query
Before:
After