mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
Upgrade juniper
to 0.15 (#423)
This commit is contained in:
@ -20,6 +20,7 @@ cargo run (or ``cargo watch -x run``)
|
||||
[http://127.0.0.1:8080/graphiql](http://127.0.0.1:8080/graphiql)
|
||||
|
||||
_Query example:_
|
||||
|
||||
```graphql
|
||||
{
|
||||
human(id: "1234") {
|
||||
@ -29,7 +30,9 @@ _Query example:_
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
_Result:_
|
||||
|
||||
```json
|
||||
{
|
||||
"data": {
|
||||
@ -58,6 +61,7 @@ mutation {
|
||||
```
|
||||
|
||||
_Result:_
|
||||
|
||||
```json
|
||||
{
|
||||
"data": {
|
||||
|
Reference in New Issue
Block a user