266 B
266 B
- open
http://localhost:4007/graphql - paste into left field:
{ BookshopService { Books { title chapters { number title } } } } - press play button
http://localhost:4007/graphql{
BookshopService {
Books {
title
chapters {
number
title
}
}
}
}