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 d3da9b0 commit b40f1f4Copy full SHA for b40f1f4
src/HotChocolate/Core/src/Types.Queries/DependencyInjection/QueryRequestExecutorBuilderExtensions.cs
@@ -3,13 +3,13 @@
3
namespace Microsoft.Extensions.DependencyInjection;
4
5
/// <summary>
6
-/// Provides global configuration methods for mutation conventions to the
+/// Provides global configuration methods for query conventions to the
7
/// <see cref="IRequestExecutorBuilder"/>.
8
/// </summary>
9
public static class QueryRequestExecutorBuilderExtensions
10
{
11
12
- /// Enables mutation conventions which will simplify creating GraphQL mutations.
+ /// Enables query conventions which will simplify creating GraphQL queries.
13
14
/// <param name="builder">
15
/// The request executor builder
0 commit comments