make update schema gulp task

This commit is contained in:
Eric Hulburd
2016-01-31 18:08:42 -06:00
parent 51a0e40f55
commit 8af7d33d08
9 changed files with 58 additions and 106 deletions

View File

@@ -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 {