mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
update juniper example
This commit is contained in:
@ -7,17 +7,16 @@ If you want more advanced example, see also the [juniper-advanced example].
|
||||
|
||||
## Usage
|
||||
|
||||
### server
|
||||
### Server
|
||||
|
||||
```bash
|
||||
```sh
|
||||
cd graphql/juniper
|
||||
cargo run (or ``cargo watch -x run``)
|
||||
# Started http server: 127.0.0.1:8080
|
||||
cargo run
|
||||
```
|
||||
|
||||
### web client
|
||||
### Web Client
|
||||
|
||||
[http://127.0.0.1:8080/graphiql](http://127.0.0.1:8080/graphiql)
|
||||
Go to <http://localhost:8080/graphiql> in your browser.
|
||||
|
||||
_Query example:_
|
||||
|
||||
|
Reference in New Issue
Block a user