From b5412a2dd716c56c470fbf6a2f967f32bcf052ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 May 2026 19:51:49 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs | 5 +---- .../Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs | 5 +---- src/libs/Phoenix/openapi.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs b/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs index 1f821d9..334b16c 100644 --- a/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs +++ b/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs @@ -210,10 +210,7 @@ public bool TryPickPlayground( : throw new global::System.InvalidOperationException($"Expected union variant 'Playground' but the value was {ToString()}."); /// - /// GraphQL runtime state.
- /// Unlike the other contexts this one always emits a block — when no instance
- /// is present the policy defaults to ``disabled`` (the safe default). Callers
- /// in the absent case should use :meth:`render_disabled_default`. + /// GraphQL runtime state. ///
#if NET6_0_OR_GREATER public global::Phoenix.GraphQLContext? Graphql { get; init; } diff --git a/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs b/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs index 5898479..584cbc5 100644 --- a/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs +++ b/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs @@ -4,10 +4,7 @@ namespace Phoenix { /// - /// GraphQL runtime state.
- /// Unlike the other contexts this one always emits a block — when no instance
- /// is present the policy defaults to ``disabled`` (the safe default). Callers
- /// in the absent case should use :meth:`render_disabled_default`. + /// GraphQL runtime state. ///
public sealed partial class GraphQLContext { diff --git a/src/libs/Phoenix/openapi.json b/src/libs/Phoenix/openapi.json index 878d374..cc83069 100644 --- a/src/libs/Phoenix/openapi.json +++ b/src/libs/Phoenix/openapi.json @@ -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": {