GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
1.95k
stars
106
forks
source link
Is it possible to combine selectors? #369
Closed
rjmackay closed 1 year ago
If I have an existing selector i.e.
Is it possible to merge this with another selection? Like:
Basically I'd like some way to combine selections similar to graphql Fragments.