Skip to content

cometkim/rescript-codegen

Repository files navigation

rescript-codegen

ReScript code generator and toolkit for GraphQL/OpenAPI integration, powered by GraphQL Code Generator & GraphQL Mesh

Not only GraphQL!

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
Loading

Generated runtime will be ran on the graphql-js, it's not that different compared to other typical client runtime implementations.

LICENSE

MIT

About

ReScript code generator and toolkit for GraphQL/OpenAPI integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors