返回工具列表

GraphQL Playground

Network

Run GraphQL queries, mutations, variables, and introspection requests in one place.

ttb run graphql-playground
Response
Endpoint: https://countries.trevorblades.com/
// Run a GraphQL query to inspect the JSON response here.
分享此工具:

如何使用 GraphQL Playground

Paste your GraphQL endpoint, write a query or mutation, add optional JSON variables and headers, then click **Run operation**. The tool sends a standard GraphQL POST request and pretty-prints the JSON response. Use **Introspect schema** to quickly verify a live endpoint and inspect the exposed schema metadata. This is ideal for testing GraphQL APIs, debugging variables, and exploring request payloads before you wire them into production code.

1

Set the endpoint

Paste the GraphQL HTTP endpoint you want to test, including any staging or local API URL.

2

Write the operation

Add your query or mutation, then provide variables and headers as valid JSON if needed.

3

Run or introspect

Execute the request to inspect the JSON response, or run the built-in introspection query to confirm schema access.

常见问题

Does this support GraphQL variables?+
Yes. Add variables as JSON and they are sent in the standard GraphQL request body alongside your query.
Can I test authenticated endpoints?+
Yes, as long as the API accepts browser requests. Add auth headers like Authorization in the headers JSON field.
保持更新

比任何人都更早获得新工具。

先人一步获取新工具。加入5000+开发者的行列,每周获取最新在线工具、编码技巧和效率工具摘要。绝无垃圾邮件。

© 2026 TinyToolbox. 保留所有权利。

隐私优先。广告支持。永远免费。

[H4CK]