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
There is only single doc comment inside HotChocolateDataRequestBuilderExtensions copy pasted to all methods.
/// <summary> /// Adds filtering support. /// </summary> /// <param name="builder"> /// The <see cref="IRequestExecutorBuilder"/>. /// </param> /// <param name="name"> /// The filter convention name. /// </param> /// <returns> /// Returns the <see cref="IRequestExecutorBuilder"/>. /// </returns>
AddSorting() and AddProjections() should not have IntelliSense about filtering.
AddSorting()
AddProjections()
Copy - paste and no reviewer 😄 What could go wrong... 🤣
In Visual Studio (IntelliSense)
No response
Hot Chocolate
12.6.0
The text was updated successfully, but these errors were encountered:
If you want to, you can create a PR and fix the descriptions. We'd love your contribution! :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Describe the bug
There is only single doc comment inside HotChocolateDataRequestBuilderExtensions copy pasted to all methods.
AddSorting()
andAddProjections()
should not have IntelliSense about filtering.Copy - paste and no reviewer 😄 What could go wrong... 🤣
Steps to reproduce
In Visual Studio (IntelliSense)
Relevant log output
No response
Additional Context?
No response
Product
Hot Chocolate
Version
12.6.0
The text was updated successfully, but these errors were encountered: