Skip to content

Commit b5e2137

Browse files
committed
update api approvals
1 parent bc746dd commit b5e2137

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ApiApprovalTests/net80+netcoreapp31/GraphQL.Server.Ui.GraphiQL.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace GraphQL.Server.Ui.GraphiQL
1414
public class GraphiQLOptions
1515
{
1616
public GraphiQLOptions() { }
17+
[System.Obsolete("This property has no effect and will be removed in a future version.")]
1718
public bool ExplorerExtensionEnabled { get; set; }
1819
public string GraphQLEndPoint { get; set; }
1920
public bool GraphQLWsSubscriptions { get; set; }

tests/ApiApprovalTests/netstandard20/GraphQL.Server.Ui.GraphiQL.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace GraphQL.Server.Ui.GraphiQL
1414
public class GraphiQLOptions
1515
{
1616
public GraphiQLOptions() { }
17+
[System.Obsolete("This property has no effect and will be removed in a future version.")]
1718
public bool ExplorerExtensionEnabled { get; set; }
1819
public string GraphQLEndPoint { get; set; }
1920
public bool GraphQLWsSubscriptions { get; set; }

0 commit comments

Comments
 (0)