ent icon indicating copy to clipboard operation
ent copied to clipboard

better support for custom scalars and enums

Open lolopinto opened this issue 1 year ago • 0 comments

we currently throw if a custom scalar or enum is referenced directly

https://github.com/lolopinto/ent/blob/90db3c9984b4ab14a6342d720464fc18a081b164/ts/src/graphql/graphql.ts#L564-L575

possible that we can be smart and use the imports that we take to map to the type?

lolopinto avatar Aug 08 '23 19:08 lolopinto