Skip to content
New issue

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

@recursive search #245

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

MardanovTimur
Copy link

Directive @recursive return objects recursively
Example:

query recursiveTestQuery {
     model (first: 30) @recursive(depth: 5) {
           id
           model_name
     }
}

@MardanovTimur
Copy link
Author

graphql/graphql-spec#91

@leinue
Copy link

leinue commented Jan 28, 2020

Hope this be merged as soon as possible.

@Cito
Copy link
Member

Cito commented Jan 28, 2020

Note that this is the repository for the legacy v2 branch. Active development is happening in the v3 branch only (graphql-core-next repository). Adding new features here is difficult since this branch currently does not have a dedicated maintainer any more after Syrus left and we would make it also more forward incompatible with v3 which will lead to frustration for users trying to upgrade. We need to rename repositories and make this more clear in the docs and issue templates, I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants