We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8dc9a commit f162c41Copy full SHA for f162c41
website/src/docs/hotchocolate/v12/fetching-data/sorting.md
@@ -295,7 +295,7 @@ services.AddGraphQLServer()
295
.AddConvention<ISortConvention, CustomConventionExtension>();
296
// or
297
services.AddGraphQLServer()
298
- .AddConvention<IFilterConvention>(new FilterConventionExtension(x =>
+ .AddConvention<ISortConvention>(new SortConventionExtension(x =>
299
{
300
// config
301
}))
0 commit comments