This commit is contained in:
sjvans
2021-11-04 17:31:57 +01:00
parent eaaf0d29a5
commit b13ed5cc8d
9 changed files with 173 additions and 1 deletions

16
graphql/examples.md Normal file
View File

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