Overview of Omnigraph
masterOmnigraph is a set of libraries and tools designed to generate local GraphQLSchema instances from various non-GraphQL API specifications, including JSON Schema, MySQL, SOAP, OpenAPI, and RAML.
The generated GraphQLSchema can be consumed by standard tools in the GraphQL ecosystem, such as:
- GraphQL Config
- GraphQL Code Generator
- GraphQL ESLint
You can also bind the generated schema to GraphQL servers like Envelop, Express-GraphQL, GraphQL Helix, Apollo Server, or GraphQL Yoga.