Replies: 1 comment
-
I think you issue might come from the |
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
-
Hi,
I've been struggling to implement the code generator because whenever I split my graphql files up into fragments, the generated code gives Typescript errors that it cannot find the fragment.
Does anyone know how I can fix this? My graphql files look like this:
home-page.graphql:
home-page.fragment.graphql:
My codegen.yml file looks like this:
Beta Was this translation helpful? Give feedback.
All reactions