GraphQL Libraries
Go to file
2021-09-01 19:12:41 +01:00
gql_playground chore: add gql_playground 2021-09-01 19:12:41 +01:00
.gitignore init repo 2021-09-01 19:11:39 +01:00
LICENSE init repo 2021-09-01 19:11:39 +01:00
README.md init repo 2021-09-01 19:11:39 +01:00

GraphQL Library

Rust Library to declare and manage GraphQL for applications

Part of the following developments:

How to use

1 - Clone or download this lib in a path, better outside of target development

2 - Get current version from Cargo.toml

3 - Include a line like the one below in target development Cargo.toml (adjust version & path) and use whatever is need.

gql_playground= { version = "0.1.0", path = "../lib/graphql/gql_playground" }

Structure

gql_playground

GQL playground warp) filters and routes configuration

gql_playground/
├── Cargo.toml
└── src
    └── lib.rs

Author

License

MIT