Is there an existing issue for this?
Describe the bug
SortFieldsByName does not appear to work for filter/sort input types.
Steps to reproduce
IRequestExecutorBuilder builder = services.AddGraphQLServer() .ModifyOptions(options => { options.SortFieldsByName = true; })
- Saving the schema and compare.
Relevant log output
No response
Additional Context?

Product
Hot Chocolate
Version
12.5.0
Is there an existing issue for this?
Describe the bug
SortFieldsByNamedoes not appear to work for filter/sort input types.Steps to reproduce
IRequestExecutorBuilder builder = services.AddGraphQLServer() .ModifyOptions(options => { options.SortFieldsByName = true; })Relevant log output
No response
Additional Context?
Product
Hot Chocolate
Version
12.5.0