Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field ID of type int is not converted to int but any #9

Closed
valoricDe opened this issue Oct 27, 2016 · 0 comments · Fixed by #14
Closed

Field ID of type int is not converted to int but any #9

valoricDe opened this issue Oct 27, 2016 · 0 comments · Fixed by #14

Comments

@valoricDe
Copy link

valoricDe commented Oct 27, 2016

See pull request #10. And just close this here ;)

I have a schema part like:

{
              "name": "rowId",
              "description": "Checks for equality with the object’s `rowId` field.",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
},

and it is converted to: rowId?: any;

Is it easy to convert it to number instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant