How to generate TypeScript types for a custom SQL function? #9621
Unanswered
amerfarooq
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the guide in the docs to create a custom SQL function. This is what my function looks like:
Now, I am using React with TypeScript and
@graphql-codegen
for generating types. This is my codegen config:When I run
graphql-codegen
, I get the following error:How can I generate types for this function?
Beta Was this translation helpful? Give feedback.
All reactions