My company uses Meteor with React and Redux. We have some complex queries to MongoDB and to ElasticSearch that I would love to simplify and GraphQL seems to have an answer for that.
Has anyone migrated a Meteor / React app to Apollo or GraphQL? Apollo says that the migration can be incremental but I haven’t found a whole lot of resources on this. So far, the best resource for Apollo is the Githunt example, but that is without Meteor.
Really curious to hear from the Meteor community on this, and what they’ve discovered. Could save us a ton of time