GraphQL Request Tester - Online Simple Client
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
UD5 Toolkit
Load a schema to explore
types, queries, and mutations
Send a query to see the response here...
__schema and __type meta-fields). Click "Load Schema" to fetch the full type system, which powers autocomplete and documentation features in this playground.$ prefix (e.g., query($id: ID!)), then provide their values in the Variables tab as a JSON object (e.g., {"id": "123"}). This playground sends variables alongside your query in the request body. Never interpolate user input directly into query strings to avoid injection risks.Access-Control-Allow-Origin headers, (3) Use a browser extension that bypasses CORS during development, or (4) Run a local proxy server.Header-Name: value. Common examples: Authorization: Bearer <token> for JWT/auth tokens, or X-API-Key: your-key for API key authentication. Headers are sent with every request to the endpoint.errors array alongside partial data in the response.No history yet.
Send a query to get started!
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Paste a JSON array and filter/transform it using a simple path expression. Extract nested values without code. Local.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Paste a sample JSON object and generate a basic JSON Schema describing its types and required fields. Local inference.
Create JSON-LD structured data snippets for articles, products, and events. Fill in fields and copy the code. SEO helper.
Generate a LocalBusiness structured data snippet with name, address, phone, and opening hours. Boost local SEO.
Enter your FAQ questions and answers, and get ready‑to‑paste JSON-LD structured data. Boost search appearance.
Search and extract values from a large JSON object using dot/bracket notation. Quickly locate deeply nested fields. Data stays local in your browser.
Create a Review or aggregateRating structured data. Perfect for star ratings in search results. Copy the code.
Create a Product structured data with reviews, price, and availability. Boost your ecommerce visibility in search.
Build a recipe rich snippet by filling out ingredients, cook time, and nutrition. Get the valid JSON-LD code.
See interactive Venn diagrams for SQL JOINs: INNER, LEFT, RIGHT, FULL, CROSS. Understand set theory visually. Local static site.
Fill in a form to generate a valid package.json for your Node.js project. Includes popular scripts and fields. Local only.
Plot one or more mathematical functions f(x) on a 2D canvas. Zoom, pan, and see intersections. Great for calculus and algebra. Purely client‑side.
Paste a JSON object and generate PlantUML code for a class or object diagram. Preview rendered image.
Paste a JSON Schema and automatically render a complete, styled HTML form with validation. Perfect for prototyping APIs. Works entirely in the browser.
Open many parallel WebSocket connections and send messages. Test your server's concurrency. All from your browser.
Generate random icebreaker questions for meetings, parties, or classrooms. Categories for work, fun, and deep talks.
Paste a JSON array and view it as a formatted console.table() style output. Copy for terminal apps. Local.
Input any JavaScript object and see if structuredClone can deep‑copy it. Compare with JSON.parse/stringify. Learn transferables.
Fill in plaintiff, defendant, claim details and organize supporting documents. Print a summary for court. Local only.
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Log your assets and liabilities to calculate your net worth over time. Data saved only in your browser for security. Simple and clutter-free.
Catalog your spices with purchase date, so you know what's still potent. Search and sort. Local database.
Enter the correct answer and accept player entries. Highlights correct ones. Simple scorekeeper for home trivia.
Log your coin collection with country, year, grade, and images. Filter and export as spreadsheet. All data local.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
Drag an angle around the unit circle and see sin, cos, tan values change live. Degrees and radians display. Perfect for learning trig.