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
Spawned by #599 (comment).
You can apply some hints on collection members, e.g.:
list Strings { @deprecated @documentation("foo") member: String }
and they don't end up in the generated schema. This should be fixed, so that the collection's schema includes the hints.
Also: check if the dynamic model reads these hints.
The text was updated successfully, but these errors were encountered:
bruh I'm literally tripping, I just made #609 which is the exact same thing
Sorry, something went wrong.
Did you mean enum members instead of collection members ?
enum members are done in #599. I meant collection indeed
Successfully merging a pull request may close this issue.
Spawned by #599 (comment).
You can apply some hints on collection members, e.g.:
and they don't end up in the generated schema. This should be fixed, so that the collection's schema includes the hints.
Also: check if the dynamic model reads these hints.
The text was updated successfully, but these errors were encountered: