Hey guys, i'm having some problem with lacinia
Unable to serialize 5085398338371584 as type `ID'
why I can't serialize this?
Is it a string?
Probably because it's an Int, so either change the schema to be an Int instead of ID, or make sure the ID is a string. This used to work before the last update.
5085398338371584
is close to Number.MAX_SAFE_INTEGER // => 9007199254740991 in modern chrome
Use strings for ID
's will avoid issues in frontend/browser @d.ian.b
yeah, it used to work
=<