Grafbase
Instant GraphQL API platform.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Introspect: Provide the complete GraphQL SDL for the requested types. Always use `search` first to identify relevant fields before if information on a specific type was not explicitly requested. Conti
- Search: Search for relevant fields to use in a GraphQL query. A list of matching fields with their score is returned with partial GraphQL SDL indicating how to query them. Use `introspect` tool to req
- Execute: Executes a GraphQL request. Additional GraphQL SDL may be provided upon errors.
What data it sees
Do you need an account
No: the server works without sign-in
Instant GraphQL API platform. Deploy APIs, manage schemas, and query federated data sources at the edge.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| introspect | Provide the complete GraphQL SDL for the requested types. Always use `search` first to identify relevant fields before if information on a specific type was not explicitly requested. Continue using this tool until you have the definition of all nested types you intend to query. |
| search | Search for relevant fields to use in a GraphQL query. A list of matching fields with their score is returned with partial GraphQL SDL indicating how to query them. Use `introspect` tool to request additional information on children field types if necessary to refine the selection set. |
| execute | Executes a GraphQL request. Additional GraphQL SDL may be provided upon errors. |