DEV Community

Discussion on: Learn how YOU can build a Serverless GraphQL API on top of a Microservice architecture, part I

Collapse
 
trevheath profile image
Trevor Heath

Thanks Chris! Great article. You should check out our Marvel GraphQL wrapper! Marvelql.com . The first query is a bit slow due to the official REST APIs shortcomings but we have implemented a cacheing strategy to speed up subsequent results. Enjoy!

Collapse
 
softchris profile image
Chris Noring

That's api.marvelql.com/ right?

Collapse
 
trevheath profile image
Trevor Heath

Yup! Github is here: github.com/Novvum/MarvelQL . Going to improve it quite a bit in the next month. Would love any feedback!

Collapse
 
softchris profile image
Chris Noring

Thanks for that Trev. Will check it out. SWAPI GraphQL is one of my favorites, this sounds fun too :)