make update schema gulp task
This commit is contained in:
@@ -50,7 +50,7 @@ type Query {
|
||||
type User implements Node {
|
||||
id: ID!
|
||||
username: String!
|
||||
house(after: String, first: Int, before: String, last: Int): HouseConnection
|
||||
house: HouseConnection
|
||||
}
|
||||
|
||||
type UserConnection {
|
||||
|
||||
Reference in New Issue
Block a user