We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
will revert because still seems broken in 5.2.2: https://github.com/lolopinto/ent/compare/move-custom-types?expand=1
Nuts.
Successfully merging a pull request may close this issue.
In https://ent.dev/docs/custom-graphql/gql-object-type there is a reference to a TS bug, saying
That bug has been fixed.
The text was updated successfully, but these errors were encountered: