ReScript code generator and toolkit for GraphQL/OpenAPI integration, powered by GraphQL Code Generator & GraphQL Mesh
It can handle OpenAPI (or Swagger) for sure!
flowchart TB
source[OpenAPI Spec]
step1([GraphQL Mesh - OmniGraph])
result1[GraphQL Definitions]
step2([GraphQL Mesh - GraphQL Codegen])
result2[ReScript Types & Client Stubs]
source --> step1 --> result1 --> step2 --> result2
Generated runtime will be ran on the graphql-js, it's not that different compared to other typical client runtime implementations.