Skip to content

fix: remove duplicate graphql import in generated files#629

Merged
a8m merged 1 commit intoent:masterfrom
michaelcaulley:gql-import-fix
Mar 6, 2026
Merged

fix: remove duplicate graphql import in generated files#629
a8m merged 1 commit intoent:masterfrom
michaelcaulley:gql-import-fix

Conversation

@michaelcaulley
Copy link
Contributor

The graphql package was being imported twice in generated files — once via the import/additional/graphql-enum hook defined in enum.tmpl, and again in the explicit import blocks of node.tmpl, pagination.tmpl, collection.tmpl, and edge.tmpl.

The graphql package was being imported twice in generated files —
once via the import/additional/graphql-enum hook defined in enum.tmpl,
and again in the explicit import blocks of node.tmpl, pagination.tmpl,
collection.tmpl, and edge.tmpl.
@a8m a8m merged commit 3625dcc into ent:master Mar 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants