ent
ent copied to clipboard
TS bug fixed that the docs were referencing
In https://ent.dev/docs/custom-graphql/gql-object-type there is a reference to a TS bug, saying
Until this bug is fixed, custom objects need to be defined in a separate file from where they're consumed.
That bug has been fixed.
Actually https://ent.dev/docs/custom-graphql/gql-input-object-type, https://ent.dev/docs/custom-graphql/gql-interface-type, and https://ent.dev/docs/custom-graphql/gql-union-type also make the same reference.
will revert because still seems broken in 5.2.2: https://github.com/lolopinto/ent/compare/move-custom-types?expand=1
Nuts.