Skip to content

Support automatical JOINs #7

Description

@jstaffans

Basically each SolvableNode knows which its child fields are and can infer JOIN relations (assuming that the datastore is a relational database):

post(id: 1) {
  author {
    name
  }
} 

This might not be doable in a completely automatic fashion, but we can at least improve the support for this case by providing some kind of solution context that is accessible by solve functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions