Remove unused metadata
n00el opened this issue · 2 comments
n00el commented
Is there a way to turn off the pagination?
I don't use it in every query and my GraphQL query becomes really un-readable after every edge-node pair.
For e.g., now:
query { authors { edges { node { id name books { edges { node { id name } } } } } } }
What i want:
query { authors { id name books { id name } } }
MattKleinsmith commented
github-actions commented
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue.