Grafbase
Instant GraphQL API platform.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Instant GraphQL API platform. Deploy APIs, manage schemas, and query federated data sources at the edge.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |