lolopinto / ent

MIT License
51 stars 6 forks source link

Fix imports for custom objects in files #1776

Closed lolopinto closed 6 months ago

lolopinto commented 6 months ago

change imports for custom return types of gqlField to have their own file instead of being in the file of the generated graphql file

issue arises when multiple ents try to reference that same gqlObject and we end up having multiple defined in the codebase

need to cleanup all graphql imports to have their own file or to be like the generated ent code where it's just one big file but that's later