Feature/bael 5756 choose api (#13055)
* BAEL-5756: Rest controller * BAEL-5756: GraphQL controller (without tests) * BAEL-5756: Fix GraphQL test * BAEL-5756: Fix GraphQL test 2 * BAEL-5756: GRPC working * BAEL-5756: GRPC with Spring Boot * BAEL-5756: Books proto service * BAEL-5756: Fix grpc integration test * BAEL-5756: Refactor * BAEL-5756: Revert some changes
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"title": "Philosopher's Stone",
|
||||
"year": 1997,
|
||||
"author": {
|
||||
"firstName": "Joanne",
|
||||
"lastName": "Rowling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Goblet of Fire",
|
||||
"year": 2000,
|
||||
"author": {
|
||||
"firstName": "Joanne",
|
||||
"lastName": "Rowling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Deathly Hallows",
|
||||
"year": 2007,
|
||||
"author": {
|
||||
"firstName": "Joanne",
|
||||
"lastName": "Rowling"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user