⚡ GraphQL Centaur CLI provides seamless experience creating GraphQL as a service. ⚡ GraphQL Centaur generates Mongo/Stucco-js database resolvers in TypeScript from any give GraphQL Schema. ⚡Generate fully-functional basic resolvers with Centaur CLI!
ABOUT GRAPHQL CENTAUR
GraphQL Centaur is a CLI tool with a goal to provide seamless experience creating GraphQL as a service. Basically it allows to bootstrap backend applications build with GraphQL, you can generate basic functions like CRUD as GraphQL Centaur:
✅ takes any given GraphQL schema as an input
✅ generates Mongo/Stucco-js database resolvers in TypeScript
✅ allows you to customize them the way that suits your project,
All that to make the process of creating your GraphQL based backend more enjoyable!
RESOLVER GENERATION
The first time when you generate a resolver Centaur will also generate needed libraries for collections, DB, Utils, and ⚡graphql-zeus⚡ definitions. Given a schema as an input, GraphQL Centaur will generate a TypeScript resolver placed in $src/Query/people.ts directory.
Mailik