AutoQueryable icon indicating copy to clipboard operation
AutoQueryable copied to clipboard

Add graphql like selector to make in-depth access easier

Open trenoncourt opened this issue 6 years ago • 0 comments

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

trenoncourt avatar Apr 21 '18 13:04 trenoncourt