We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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?
bio.personal.name
I see the entity option but that would allow a single nested level, right?
The text was updated successfully, but these errors were encountered:
@neil-coutinho Did you get any solution for this scenario?
Sorry, something went wrong.
No branches or pull requests
@zebzhao , Does the query builder support nested fields, for e.g.
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?
The text was updated successfully, but these errors were encountered: