aerogear / graphback

Graphback - Out of the box GraphQL server and client
https://graphback.dev
Apache License 2.0
409 stars 73 forks source link

Investigate JSON filtering on Postgres and Mongo. #1761

Open machi1990 opened 4 years ago

wtrocki commented 4 years ago

For subscriptions? or general?

machi1990 commented 4 years ago

This follows up https://github.com/aerogear/graphback/pull/1749#issuecomment-664399567 where the database queries are not properly mapped hence causing issues.

/cc @craicoverflow

machi1990 commented 4 years ago

To query nested objects / array in Mongo:

For Postgres:

Dumping the links here to drive the investigation later on.