FIx broken int variable type parsing
This commit is contained in:
parent
77eb28f49c
commit
35c8e1088d
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue