Skip to content

Commit

Permalink
update api approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Oct 31, 2024
1 parent 4866d04 commit e52539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace GraphQL.Server.Ui.GraphiQL
public GraphiQLOptions() { }
public bool ExplorerExtensionEnabled { get; set; }
public string GraphQLEndPoint { get; set; }
public bool GraphQLWsSubscriptions { get; set; }
public bool HeaderEditorEnabled { get; set; }
public System.Collections.Generic.Dictionary<string, string>? Headers { get; set; }
public System.Func<GraphQL.Server.Ui.GraphiQL.GraphiQLOptions, System.IO.Stream> IndexStream { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace GraphQL.Server.Ui.GraphiQL
public GraphiQLOptions() { }
public bool ExplorerExtensionEnabled { get; set; }
public string GraphQLEndPoint { get; set; }
public bool GraphQLWsSubscriptions { get; set; }
public bool HeaderEditorEnabled { get; set; }
public System.Collections.Generic.Dictionary<string, string>? Headers { get; set; }
public System.Func<GraphQL.Server.Ui.GraphiQL.GraphiQLOptions, System.IO.Stream> IndexStream { get; set; }
Expand Down

0 comments on commit e52539b

Please sign in to comment.