<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Graphql-Schema-Discovery on Agent Zone</title><link>https://agent-zone.ai/skills/graphql-schema-discovery/</link><description>Recent content in Graphql-Schema-Discovery on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 20 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/skills/graphql-schema-discovery/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloudflare GraphQL Analytics: A Field-Discovery Cookbook When Introspection Is Locked</title><link>https://agent-zone.ai/knowledge/observability/cloudflare-graphql-analytics-field-discovery/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/observability/cloudflare-graphql-analytics-field-discovery/</guid><description>&lt;h1 id="cloudflare-graphql-analytics-a-field-discovery-cookbook-when-introspection-is-locked"&gt;Cloudflare GraphQL Analytics: A Field-Discovery Cookbook When Introspection Is Locked&lt;a class="anchor" href="#cloudflare-graphql-analytics-a-field-discovery-cookbook-when-introspection-is-locked"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cloudflare&amp;rsquo;s GraphQL Analytics API at &lt;code&gt;https://api.cloudflare.com/client/v4/graphql&lt;/code&gt; is the richest source of metrics about your CF account — Workers invocations, D1 reads/writes, KV ops, Workers AI neurons, Vectorize queries. The dashboard&amp;rsquo;s charts are powered by it. The CLI is not: &lt;code&gt;wrangler&lt;/code&gt; exposes a fraction of what GraphQL does.&lt;/p&gt;
&lt;p&gt;But the schema is hostile to discovery:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;__type(name: &amp;quot;WorkersInvocationsAdaptive&amp;quot;)&lt;/code&gt; returns &lt;code&gt;null&lt;/code&gt; for almost every node.&lt;/li&gt;
&lt;li&gt;The official schema docs at &lt;code&gt;developers.cloudflare.com/analytics/graphql-api&lt;/code&gt; are partial and stale by months.&lt;/li&gt;
&lt;li&gt;Nodes like &lt;code&gt;vectorizeQueriesAdaptiveGroups&lt;/code&gt; exist, but their &lt;code&gt;sum&lt;/code&gt;/&lt;code&gt;dimensions&lt;/code&gt; field names are nowhere on the public internet.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can still derive the schema. The trick is &lt;strong&gt;deliberate-error probing&lt;/strong&gt;: send a query with a guessed field name; the error message tells you whether the parent node exists. This page is the recipe.&lt;/p&gt;</description></item></channel></rss>