Closed zulandar closed 3 years ago
Thanks, but the scope of scalars included in this package is limited to the ones that are considered built-in in the GraphQL spec:
GraphQL specifies a basic set of well-defined Scalar types: Int, Float, String, Boolean, and ID.
For custom scalars beyond that, you can define them in your codebase that needs them.
I have a server that the int type is actually Int64Bit. Added this and tested locally along with adding the test