mongo-graphql 0.0.2

Dynamic GraphQL schema generation from MongoDB collections, optimized for AWS Lambda
Documentation
1
2
3
4
5
6
pub mod error;
pub mod executor;
pub mod helpers;
pub mod resolvers;
pub mod schema;
pub mod types;