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

Add relationships to data in other collections #5

Closed kenyk7 closed 6 years ago

kenyk7 commented 6 years ago

Is it possible that in the blog example, Blog and Comment are both tables with related fields?

arackaf commented 6 years ago

Not yet, but soon. I definitely want to support relationships between tables, which load related data as needed.

Closing this, only because it's already high on my todo list.

arackaf commented 6 years ago

Just started working on this now

arackaf commented 6 years ago

This has been supported for a few versions now.