OpenAPI Lambda
Introduction
The Hasura OpenAPI connector allows you to seamlessly integrate HTTP APIs defined in OpenAPI (formerly Swagger) specifications into your Hasura GraphQL API. This connector works by:
- Reading your OpenAPI Document (either from a URL or local file)
- Generating TypeScript code that represents your API endpoints and types
- Converting these HTTP endpoints into GraphQL queries and mutations
- Exposing them through Hasura's DDN's GraphQL API
Looking to get started?
If you are looking to get started with OpenAPI and Hasura DDN as quickly as possible, check out our OpenAPI Lambda.