Files
cloud-cap-samples/graphql/examples.md
2022-02-24 08:30:26 +01:00

17 lines
266 B
Markdown

1. open `http://localhost:4007/graphql`
2. paste into left field:
```graphql
{
BookshopService {
Books {
title
chapters {
number
title
}
}
}
}
```
3. press play button