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
6
7
8
9
# Subgraph Testing

Tests are sorted by data source then operation.

## Running Tests

1. Use `docker-compose` to start the database services.
2. Run migrations found in sql folders with sqlx cli.
3. Run `cargo test`