Import external types to my graphql-schema.tsx #7315
Unanswered
AndrzejSala
asked this question in
Q&A
Replies: 1 comment
-
Hi @AndrzejSala , Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
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 would like to import my separately generated
types.ts
to mygraphql-schema.tsx
instead of generating them again in this file.I tried to use
add
plugin to add needed import statements, but now all types are covered behindTypes.
generate entry:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions