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

Please add link to json-to-graphql-typesystem in your README #62

Open MorganConrad opened 4 years ago

MorganConrad commented 4 years ago

It could do some of the gruntwork to create the projectSetupA.js file section of your README.

@see https://github.com/MorganConrad/json-to-graphql-typesystem

Also, right now you use "StringType", "IntType" etc., where I use "String", "Int"... Might want to coordinate in some future release.