Skip to content

GraphQL health check: drop the schema root type as connection identity - #1817

Merged
RhysSullivan merged 2 commits into
mainfrom
graphql-health-no-schema-identity
Aug 28, 2026
Merged

GraphQL health check: drop the schema root type as connection identity#1817
RhysSullivan merged 2 commits into
mainfrom
graphql-health-no-schema-identity

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Every GraphQL connection's account row was labeled "GraphQL schema: Query" instead of the connection's name.

The GraphQL health check reported __schema.queryType.name as the probe identity. That root type is named Query in almost every schema, and the accounts UI prefers a probe identity over the connection name, so the placeholder displaced the real name for all GraphQL integrations.

The health result keeps the introspection evidence in responseSample but no longer sets identity, so the accounts row falls back to the connection's own name.

New e2e scenario: a healthy GraphQL connection's account row shows the connection name and never the schema root type.

GraphQL · a healthy account row keeps the connection's name (selfhost)

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 05ad358 Aug 28 2026, 08:58 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 05ad358 Commit Preview URL

Branch Preview URL
Aug 28 2026, 08:57 AM

@pkg-pr-new

pkg-pr-new Bot commented Aug 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1817

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1817

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1817

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1817

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1817

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1817

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1817

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1817

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1817

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1817

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1817

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1817

executor

npm i https://pkg.pr.new/executor@1817

commit: 05ad358

@RhysSullivan
RhysSullivan marked this pull request as ready for review August 28, 2026 09:01
@RhysSullivan
RhysSullivan merged commit 1d4d161 into main Aug 28, 2026
44 checks passed
@RhysSullivan
RhysSullivan deleted the graphql-health-no-schema-identity branch August 28, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant