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

@@ -633,48 +633,7 @@
{
"name": "house",
"description": "Returns user's house.",
"args": [
{
"name": "after",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"args": [],
"type": {
"kind": "OBJECT",
"name": "HouseConnection",