Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,7 @@ public bool TryPickPlayground(
: throw new global::System.InvalidOperationException($"Expected union variant 'Playground' but the value was {ToString()}.");

/// <summary>
/// GraphQL runtime state.<br/>
/// Unlike the other contexts this one always emits a block — when no instance<br/>
/// is present the policy defaults to ``disabled`` (the safe default). Callers<br/>
/// in the absent case should use :meth:`render_disabled_default`.
/// GraphQL runtime state.
/// </summary>
#if NET6_0_OR_GREATER
public global::Phoenix.GraphQLContext? Graphql { get; init; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
namespace Phoenix
{
/// <summary>
/// GraphQL runtime state.<br/>
/// Unlike the other contexts this one always emits a block — when no instance<br/>
/// is present the policy defaults to ``disabled`` (the safe default). Callers<br/>
/// in the absent case should use :meth:`render_disabled_default`.
/// GraphQL runtime state.
/// </summary>
public sealed partial class GraphQLContext
{
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Phoenix/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9628,7 +9628,7 @@
"mutationsEnabled"
],
"title": "GraphQLContext",
"description": "GraphQL runtime state.\n\nUnlike the other contexts this one always emits a block — when no instance\nis present the policy defaults to ``disabled`` (the safe default). Callers\nin the absent case should use :meth:`render_disabled_default`."
"description": "GraphQL runtime state."
},
"HTTPValidationError": {
"properties": {
Expand Down