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? 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
What is the recommended way to execute and optimized query in django that includes related objects with graphene?
article { categories: { creator: ... }
Graphene schema is declaritve way to get/resolve a node but how do you build an efficient query?
The text was updated successfully, but these errors were encountered:
This appears to be an open problem at the moment. There's some discussion in #57, #28 and in the JS graphQL implementation in graphql/graphql-js#304.
Sorry, something went wrong.
There is no much progress in the planning phase related to the GraphQL execution. Other than that, now is possible to use DataLoaders with Graphene, solving the N+1 loading problem. http://docs.graphene-python.org/en/latest/execution/dataloader/
DataLoader
Closing the issue, please feel free to open a new issue (or comment here) if there is something left to be better defined.
No branches or pull requests
What is the recommended way to execute and optimized query in django that includes related objects with graphene?
Graphene schema is declaritve way to get/resolve a node but how do you build an efficient query?
The text was updated successfully, but these errors were encountered: