-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I must be doing something wrong, no one else seems to complain... my schema is being printed with comments with wrong syntax like...
"""
A signed eight-byte integer. The upper big integer values are greater then the
max value for a JavaScript number. Therefore all big integers will be output as
strings and not numbers.
"""
scalar BigInt
the expected syntax is
# A signed eight-byte integer. The upper big integer values are greater then the
# max value for a JavaScript number. Therefore all big integers will be output as
# strings and not numbers.
scalar BigInt
Metadata
Metadata
Assignees
Labels
No labels