GraphQL Mesh converts OpenAPI schema to GraphQL schema.
Preview https://cf-graphql.theguild.workers.dev/
It uses;
- GraphQL Mesh's OpenAPI Handler to convert OAS to GraphQL
- Response Caching Plugin to cache the responses with TTL to reduce the network traffic and latency
- KV Cache to store cache entries
- GraphQL Yoga which is a platform-agnostic JavaScript GraphQL Server