21.0.2 • Published 10 months ago

@chillicream/nitro-embedded v21.0.2

Weekly downloads
-
License
SEE LICENSE FILE
Repository
github
Last release
10 months ago

Nitro GraphQL IDE

GraphQL IDE for Devs

Description

The IDE to create, explore, manage, and test GraphQL APIs with ease.

Installation

Install this package in your project:

npm install @chillicream/nitro-embedded --save-dev
# or
yarn add @chillicream/nitro-embedded --dev
# or
pnpm add @chillicream/nitro-embedded --save-dev

Recipes

npm install @chillicream/nitro-express-middleware --save-dev
# or
yarn add @chillicream/nitro-express-middleware --dev
# or
pnpm add @chillicream/nitro-express-middleware --save-dev

Add it to your /graphql route or any other (e.g., /nitro):

import express from "express";
import nitroMiddleware from "@chillicream/nitro-express-middleware";

// ...

const app = express();

app.use(
  "/graphql",

  // for `cdn` hosted version
  nitroMiddleware({ mode: "cdn" })

  // for `embedded` version
  // nitroMiddleware({ mode: "embedded" }),

  // place here your graphql middleware and others
);

app.listen(3000, () => {
  console.log(`GraphQL on http://localhost:3000/graphql`);
});
22.0.0-insider.1

10 months ago

21.0.2

10 months ago

21.0.1

10 months ago

21.0.0

10 months ago

21.0.0-insider.10

10 months ago

21.0.0-insider.6

10 months ago

21.0.0-insider.7

10 months ago

21.0.0-insider.8

10 months ago

21.0.0-insider.9

10 months ago

21.0.0-insider.5

10 months ago

21.0.0-insider.4

10 months ago

21.0.0-insider.3

10 months ago

20.0.2

10 months ago

21.0.0-insider.2

10 months ago

20.0.1

10 months ago

21.0.0-insider.1

10 months ago

20.0.0

10 months ago

20.0.0-insider.10

10 months ago

19.0.7

10 months ago

19.0.6

10 months ago

19.0.5

10 months ago

20.0.0-insider.5

10 months ago

19.0.4

10 months ago

20.0.0-insider.3

10 months ago

19.0.3

10 months ago

19.0.2

10 months ago

20.0.0-insider.2

10 months ago

20.0.0-insider.1

10 months ago

19.0.1

10 months ago

19.0.0

10 months ago

19.0.0-insider.6

10 months ago

19.0.0-insider.5

10 months ago

19.0.0-insider.4

10 months ago

19.0.0-insider.3

10 months ago

19.0.0-insider.2

10 months ago

19.0.0-insider.1

10 months ago