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
Conceptually similar to what we do with descriptions (#194), we should automatically translate any #[deprecated] field in a struct using the derives into GraphQL (https://graphql-rust.github.io/types/objects/defining_objects.html#deprecating-fields).
#[deprecated]
The text was updated successfully, but these errors were encountered:
For anyone interested into this: wundergraph already does this, so feel free to "copy" the implementation from there.
wundergraph
Sorry, something went wrong.
This was merged in #269.
@willglynn thanks for the nudge. ;)
Is there a way to make this work for input object fields as well, a la graphql/graphql-spec#525?
Doesn't look like it is currently supported as it isn't yet in the spec. Feel free to file an enhancement (or a PR!)
No branches or pull requests
Conceptually similar to what we do with descriptions (#194), we should automatically translate any
#[deprecated]
field in a struct using the derives into GraphQL (https://graphql-rust.github.io/types/objects/defining_objects.html#deprecating-fields).The text was updated successfully, but these errors were encountered: