You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HotChocolate/AspNetCore/src/AspNetCore/Extensions/HotChocolateAspNetCoreServiceCollectionExtensions.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -141,17 +141,17 @@ public static IRequestExecutorBuilder AddGraphQLServer(
141
141
/// <param name="schemaName">
142
142
/// The name of the schema. Use explicit schema names if you host multiple schemas.
143
143
/// </param>
144
-
/// <param name="disableCostAnalyzer">
145
-
/// Defines if the cost analyzer should be disabled.
144
+
/// <param name="disableDefaultSecurity">
145
+
/// Defines if the default security policy should be disabled.
146
146
/// </param>
147
147
/// <returns>
148
148
/// Returns the <see cref="IRequestExecutorBuilder"/> so that configuration can be chained.
0 commit comments