Created
October 1, 2017 02:40
-
-
Save feus4177/35d21eb6460803b87d61a31eea06a0be to your computer and use it in GitHub Desktop.
Hardcoded optimization of related query for Graphene.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def resolve_orders(self, args, context, info): | |
return models.Order.objects.prefetch_related(‘line_items’).all() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment