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

How write query for complicated JSON in ROAPI #295

Open
pravinparab opened this issue Sep 11, 2023 · 0 comments
Open

How write query for complicated JSON in ROAPI #295

pravinparab opened this issue Sep 11, 2023 · 0 comments

Comments

@pravinparab
Copy link

Hi,

Please find below JSON, I am using in ROAPI but i am unable to find way to write query for list and struct data type in sql, graphql
Please provide solution for the same

**[
{
"name": "John",
"info":
[
{
"age": 30,
"address": {
"city": "New York",
"state": "NY"
}
},
{
"age": 31,
"address": {
"city": "New York1",
"state": "NY1"
}
},
{
"age": 32,
"address": {
"city": "New York2",
"state": "NY2"
}
}
]

},
{
"name": "test",
"info":
[
{
"age": 21,
"address": {
"city": "Mumbai",
"state": "MU"
}
},
{
"age": 22,
"address": {
"city": "Mumbai2",
"state": "MU2"
}
},
{
"age": 23,
"address": {
"city": "Mumbai3",
"state": "MU3"
}
}
]

}

]**

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

1 participant