arackaf / mongo-graphql-starter

Creates a fully functioning, performant, extensible GraphQL endpoint from a Mongo DB. Supports middleware, Mongo 4 transactions.
MIT License
423 stars 29 forks source link

Is it possible to query over relational data? #41

Closed dohomi closed 4 years ago

dohomi commented 5 years ago

Hello,

I find your project very interesting. One question of using relations: you describe very well how to create/update the relations and how to set them up. But is it also possible to query over the relational data?

An example inside of the README would be very helpful

Thanks

arackaf commented 5 years ago

Not yet, no. For now you can just control the sorting. It's definitely something I'm planning to add.

dohomi commented 5 years ago

That would be a great 👍

arackaf commented 4 years ago

This is now supported! Check the docs for more info :D