Replies: 1 comment 5 replies
-
Do you actually have a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a schema with custom scalar type
BigInt
:When I try to run
gql-tada generate output
with this schema, I get an error "Error: Unknown type: "BigInt"."How can I instruct, in the generate output step, how to handle these custom scalars? I see there is a section on custom scalars, but that seems to only apply after the output is generated?
Beta Was this translation helpful? Give feedback.
All reactions