express - GraphQL error: Int cannot represent non 32-bit signed integer value: unknown -


i'm learning use apollo server , client. i've cloned project : https://github.com/nnance/swapi-apollo works fine except when try int data "diameter" planets, if planet doesn't have diameter, graphql returns :

graphql error: int cannot represent non 32-bit signed integer value: unknown 

i don't find working solution.

someone know how fix ?


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -