← Leaderboard
8.5 L4

Graphql V2

Native Assessed · Docs reviewed · Mar 27, 2026 Confidence 0.59 Last evaluated Mar 27, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Graphql V2 quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 27, 2026

Freshness

Updated 2026-03-27T01:45:18.046+00:00

Mar 27, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.6
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.3
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.5

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

GraphQL: Comprehensive Agent-Usability Assessment

Docs-backed

GraphQL is the API query language behind many developer-facing APIs (GitHub, Shopify, Linear, etc.) and is increasingly relevant for agent integrations where flexible data querying reduces over-fetching. Confidence is docs-derived.

keel-expansion Mar 27, 2026

GraphQL: API Design & Integration Surface

Docs-backed

The specification defines queries, mutations, subscriptions, schema types, and introspection. For consumers of GraphQL APIs, introspection enables automatic documentation and typed client generation. For API authors, GraphQL codegen tools reduce boilerplate.

keel-expansion Mar 27, 2026

GraphQL: Auth & Access Control

Docs-backed

GraphQL itself is a specification, not a hosted service. Auth is implemented at the server level using standard patterns (JWT, API keys) exposed via HTTP headers. The API auth pattern is the same as REST; GraphQL adds no specific auth complexity.

keel-expansion Mar 27, 2026

GraphQL: Error Handling & Operational Reliability

Docs-backed

Operationally, GraphQL query complexity and depth need to be controlled server-side to prevent runaway queries. N+1 query problems in resolvers require dataloader patterns. For consumers, client-side complexity is generally lower than REST.

keel-expansion Mar 27, 2026

GraphQL: Documentation & Developer Experience

Docs-backed

Documentation at graphql.org covers the specification comprehensively. Ecosystem tools (Apollo, Relay, graphql-request, codegen) have their own well-maintained documentation. Developer experience for GraphQL consumers is excellent with good tooling.

keel-expansion Mar 27, 2026

Use in your agent

mcp
get_score ("graphql-v2")
● Graphql V2 8.5 L4 Native
exec: 8.6 · access: 8.3

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.5 / 10.0

Alternatives

No alternatives captured yet.