Files
cloud-cap-samples/graphql/examples.md
2021-11-04 17:31:57 +01:00

17 lines
263 B
Markdown

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