Is there an option to include graphql.ts
to index.ts
?
#8460
Answered
by
charlypoly
lifeiscontent
asked this question in
Q&A
-
as outlined above, is there an option in |
Beta Was this translation helpful? Give feedback.
Answered by
charlypoly
Oct 21, 2022
Replies: 1 comment
-
Hi @lifeiscontent, There is no such option since types generated in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
charlypoly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lifeiscontent,
There is no such option since types generated in
graphql.ts
are not meant to be used externally.If you want to use those types directly, please prefer a configuration relying on the
typescript
andtypescript-operations
directly.