Merge remote-tracking branch 'origin' into 1.2.0

This commit is contained in:
Tobe O 2019-08-27 05:53:24 -04:00
commit 87afea8ec8

View file

@ -59,7 +59,7 @@ class GraphQL {
} else if (ctx.typeName != null) {
switch (ctx.typeName.name) {
case 'Int':
return graphQLString;
return graphQLInt;
case 'Float':
return graphQLFloat;
case 'String':