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

Add graphql like selector to make in-depth access easier #48

Open
trenoncourt opened this issue Apr 21, 2018 · 0 comments
Open

Add graphql like selector to make in-depth access easier #48

trenoncourt opened this issue Apr 21, 2018 · 0 comments

Comments

@trenoncourt
Copy link
Owner

Imagine you want to make some in-depth access today you will write something like this:

select=id,name,product.id,product.color,product.category.id,product.category.name,product.category.kind

we need to simplify access with a new way of selection :

select=id,name,product(id,color,category(id,name,kind))

The old way will continue to work

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

No branches or pull requests

1 participant