Schema introspection and query execution capabilities, allowing models to discover and use GraphQL APIs dynamically.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Retrieves the GraphQL schema. This tool uses either a local schema file, a schema file hosted at a URL, or an introspection query.
Executes GraphQL queries against the endpoint. By default, mutations are disabled unless `ALLOW_MUTATIONS` is set to `true`.