Update README
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucien Cartier-Tilet 2023-01-17 01:29:13 +01:00
parent cea8c5a7fe
commit 19ba3a750b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -21,6 +21,14 @@ $ cargo run
$ cargo run --release $ cargo run --release
#+end_src #+end_src
This makes the API available at ~http://localhost:8000/~, with only
three paths:
- ~http://localhost:8000/~ :: GraphiQL interface
- ~GET http://localhost:8000/graphql?query=:query~ :: ~GET~ queries for
the GraphQL API. However, it does not work due to [[https://github.com/graphql-rust/juniper/issues/1098][this issue]].
- ~POST http://localhost:8000/graphql~ :: ~POST~ queries for the GraphQL
API.
* License * License
This project is under the AGPL 3.0 license. You can read the complete This project is under the AGPL 3.0 license. You can read the complete
text [[file:LICENSE][here]], and if you just want a quick understanding of it, you can text [[file:LICENSE][here]], and if you just want a quick understanding of it, you can