Skip to content

How to optimize django nested/related/joined queries? #197

Closed
@antitoxic

Description

@antitoxic

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions