minor update
This commit is contained in:
parent
331f67f130
commit
7e1f228475
2 changed files with 16 additions and 1 deletions
|
@ -5,9 +5,9 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
description = "A GraphQL query builder."
|
||||
repository = "https://git.disroot.org/everyone/graphql_query_builder"
|
||||
license = "MIT"
|
||||
license-file = "LICENSE"
|
||||
keywords= ["graphql", "gql", "builder"]
|
||||
# categories = []
|
||||
exclude = [".vscode", ".gitignore"]
|
||||
|
||||
[lib]
|
||||
|
|
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# GraphQL Query Builder
|
||||
|
||||
This is a GraphQL query builder.
|
||||
|
||||
## Install
|
||||
|
||||
``` sh
|
||||
cargo add graphql_query_builder
|
||||
```
|
||||
|
||||
## Implementation Checklist
|
||||
|
||||
- [x] Basic queries/mutations
|
||||
- [ ] Field aliases
|
||||
- [ ] Fragments
|
Reference in a new issue