SCALAR

Int64Bit

The Int64Bit scalar type represents non-fractional signed whole numeric values. Int64Bit can represent values between -(2^63) and 2^63 - 1. Anything with this type is always output as a string, so that it can be handled properly in Javascript.

link GraphQL Schema definition

  • scalar Int64Bit

link Require by