GraphQL import is coming soon and is not available in the current import workspace.
Do not upload GraphQL schemas to the OpenAPI importer
The OpenAPI source expects an OpenAPI 3.x or Swagger 2.0 document. A GraphQL schema or introspection result does not have the same structure, server model, or operation metadata as an OpenAPI document.Preparing for GraphQL support
When GraphQL support is available, plan to review:- Which queries should become read-only tools.
- Which mutations are safe to expose.
- How authentication is forwarded to your GraphQL endpoint.
- Whether generated tool names and descriptions are clear enough for AI clients.