Full Example of using graphql service
open url http://localhost:4040/graphql
author(id: 4232) {
name,
books {
title,
isbn
}
}
}
Full Example of using graphql service
author(id: 4232) {
name,
books {
title,
isbn
}
}
}