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