devoyage-subgraph 0.0.15

Subgraph is a CLI that instantly generates a GraphQL API around Mongo, SQL, and HTTP APIs.
Documentation
1
2
3
4
5
mod create_one;
mod find_many;
mod find_one;
mod update_many;
mod update_one;