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
@default
The @default directive does not support several types. It will be good to add support for at least the types already supported by the @populatedBy.
@populatedBy
For instance, the following typeDefs is not currently supported:
type typeNode { durationField: Duration @default(value: "P1D") }
The text was updated successfully, but these errors were encountered:
Initial PR #5437 was introduced to fix this case on the v6 POC that was dismissed and needs to be backported to v6.
Sorry, something went wrong.
BigInt
No branches or pull requests
The
@default
directive does not support several types.It will be good to add support for at least the types already supported by the
@populatedBy
.For instance, the following typeDefs is not currently supported:
The text was updated successfully, but these errors were encountered: