Merge branch '2.7.x' into 3.0.x
commit
58e7cae20f
@ -0,0 +1,10 @@
|
||||
type Query {
|
||||
bookById(id: ID): Book
|
||||
}
|
||||
|
||||
type Book {
|
||||
id: ID
|
||||
name: String
|
||||
pageCount: Int
|
||||
author: String
|
||||
}
|
Loading…
Reference in New Issue