☰
Home
/
Network & API
/
GraphQL Formatter
◈
GraphQL Formatter
Format and prettify GraphQL queries
☆
Bookmark
Loading tool…
GraphQL input
Format
query GetUser($id: ID!) { user(id: $id) { id name email address { street city } orders { id total items { sku qty } } } }