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

Nested properties for fields - Not a Bug #212

Open
neil-coutinho opened this issue Jul 14, 2021 · 1 comment
Open

Nested properties for fields - Not a Bug #212

neil-coutinho opened this issue Jul 14, 2021 · 1 comment

Comments

@neil-coutinho
Copy link

@zebzhao , Does the query builder support nested fields, for e.g.

{
    bio: {
        personal: {
            name: "John Doe",
            age: 21
        },
        education: {
            school: "XYZ",
            university: {
                graduate: "PQR",
                postGraduate: "LMNO"
            }
        }
    }  
   
}

Is it possible to add fields such as bio.personal.name to QueryBuilderConfig?

I see the entity option but that would allow a single nested level, right?

@neil-coutinho neil-coutinho changed the title Nested properties for fields Nested properties for fields - Not a Bug Jul 14, 2021
@prats8m2
Copy link

@neil-coutinho Did you get any solution for this scenario?

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

No branches or pull requests

2 participants