openapi-to-graphql

Translate APIs described by OpenAPI Specifications (OAS) or Swagger into GraphQL. OpenAPI-to-GraphQL can be used in two ways: CLI The Command Line Interface (CLI) provides a convenient way to start a GraphQL server wrapping an API for a given OpenAPI Specification: Install the OpenAPI-to-GraphQL CLI using:npm i -g openapi-to-graphql-cli Then, run the OpenAPI-to-GraphQL command and point it to an OpenAPI …