Type a query on the left, the response shape mirrors back on the right — exactly the fields you asked for, nothing else.
# Pull recent paid ordersquery GetOrders($status: String!) {orders(status: $status, limit: 3) {idcustomer {name}amountstatuscreatedAt}}
// Mirrors the requested shape{"data": {"orders": [{"id": "ord_3PqA","customer": {"email": "lisa@beste.dev","name": "Lisa Park"},"amount": 4200,"status": "paid"}]}}
Browser-chrome card pairing two minimal code panes — GraphQL query on the left, mirrored JSON response on the right. Monochrome syntax with muted comments and a timing footer. Every label is editable; no media props required.
showcase22
Browser-chrome card pairing a typed query result table on the left with a syntax-highlighted code editor on the right — sortable columns, status-toned cells, row count footer. Every label is editable; no media props required.
showcase34
Browser-chrome card pairing two minimal code panes — same logic in two languages (TypeScript and Python by default). Monochrome syntax with muted comments and language badges. Every label is editable; no media props required.
showcase31
Browser-chrome card pairing two minimal code panes — TypeScript type definitions on the left, real call-site usage on the right. Monochrome syntax with muted comments. Every label is editable; no media props required.
showcase17
Browser-chrome card pairing a syntax-highlighted code editor with a live test-results panel — pass/fail rows, expandable failures, and a coverage footer. Every label is editable; no media props required.