Update README
ステータスチェックはすべて成功しました
continuous-integration/drone/push Build is passing

このコミットが含まれているのは:
Lucien Cartier-Tilet 2023-01-17 01:29:13 +01:00
コミット 19ba3a750b
署名者: phundrak
GPGキーID: BD7789E705CB8DCA

ファイルの表示

@ -21,6 +21,14 @@ $ cargo run
$ cargo run --release
#+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
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