Skip to content

Instantly share code, notes, and snippets.

@feus4177
Created October 1, 2017 02:40
Show Gist options
  • Save feus4177/35d21eb6460803b87d61a31eea06a0be to your computer and use it in GitHub Desktop.
Save feus4177/35d21eb6460803b87d61a31eea06a0be to your computer and use it in GitHub Desktop.
Hardcoded optimization of related query for Graphene.
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