Skip to content

Commit e52539b

Browse files
committed
update api approvals
1 parent 4866d04 commit e52539b

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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace GraphQL.Server.Ui.GraphiQL
1616
public GraphiQLOptions() { }
1717
public bool ExplorerExtensionEnabled { get; set; }
1818
public string GraphQLEndPoint { get; set; }
19+
public bool GraphQLWsSubscriptions { get; set; }
1920
public bool HeaderEditorEnabled { get; set; }
2021
public System.Collections.Generic.Dictionary<string, string>? Headers { get; set; }
2122
public System.Func<GraphQL.Server.Ui.GraphiQL.GraphiQLOptions, System.IO.Stream> IndexStream { get; set; }

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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace GraphQL.Server.Ui.GraphiQL
1616
public GraphiQLOptions() { }
1717
public bool ExplorerExtensionEnabled { get; set; }
1818
public string GraphQLEndPoint { get; set; }
19+
public bool GraphQLWsSubscriptions { get; set; }
1920
public bool HeaderEditorEnabled { get; set; }
2021
public System.Collections.Generic.Dictionary<string, string>? Headers { get; set; }
2122
public System.Func<GraphQL.Server.Ui.GraphiQL.GraphiQLOptions, System.IO.Stream> IndexStream { get; set; }

0 commit comments

Comments
 (0)