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/Ui.GraphiQL/GraphiQLOptions.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,16 @@ public class GraphiQLOptions
33
33
34
34
/// <summary>
35
35
/// Enables the header editor when <see langword="true"/>.
36
-
/// Not supported when <see cref="ExplorerExtensionEnabled"/> is <see langword="true"/>.
37
36
/// </summary>
38
37
/// <remarks>
39
38
/// Original setting from <see href="https://github.com/graphql/graphiql/blob/08250feb6ee8335c3b1ca83a912911ae92a75722/packages/graphiql/src/components/GraphiQL.tsx#L186">GraphiQL</see>.
40
39
/// </remarks>
41
40
publicboolHeaderEditorEnabled{get;set;}=true;
42
41
43
42
/// <summary>
44
-
/// Enables the explorer extension when <see langword="true"/>.
43
+
/// This property has no effect.
45
44
/// </summary>
45
+
[Obsolete("This property has no effect and will be removed in a future version.")]
0 commit comments