Skip to main content
Version: v3.x beta

Integrate Existing OpenAPI-compatible Services

Introduction

Using the OpenAPI Lambda connector, you can instantly import OpenAPI-compliant APIs into your GraphQL API. Any GET requests are tagged as @readonly using the Node.js Lambda connector and are exposed as queries in your GraphQL API. All others are then exposed as procedures, allowing you to mutate data.

Alpha state

This connector is in an alpha state and is subject to change. It should not be used in production settings and should only be used for exploration.

Prerequisites

If you've never used Hasura DDN, we recommend that you first go through the quickstart. 😊

Additionally, if you haven't read through the TypeScript connector docs, check them out first.

Loading...