⚡ Query Cost Calculator
GraphQL Query
{ users(first: 100) { id name email posts(first: 50) { id title comments(first: 20) { id text author { name } } } } }
📊 Calculate Cost
Cost Analysis
Field Breakdown