Apollo-server: Support for 64 bit int

Created on 19 Sep 2016  路  1Comment  路  Source: apollographql/apollo-server

I'm getting this error when returning a large number from apollo server

      "message": "Int cannot represent non 32-bit signed integer value: 2303492096",

Initially I thought it's an issue with GraphQL, but seems that it's actually related an implementation level thing.
https://github.com/facebook/graphql/issues/73

>All comments

It's a graphql-js thing - both apollo server and graphql tools are based on graphql-js, Facebook's reference implementation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nevyn-lookback picture nevyn-lookback  路  3Comments

dupski picture dupski  路  3Comments

dobesv picture dobesv  路  3Comments

disyam picture disyam  路  3Comments

mathroc picture mathroc  路  3Comments