21.0.2 • Published 9 months ago

@chillicream/nitro-embedded v21.0.2

Weekly downloads
-
License
SEE LICENSE FILE
Repository
github
Last release
9 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

9 months ago

21.0.2

9 months ago

21.0.1

9 months ago

21.0.0

9 months ago

21.0.0-insider.10

9 months ago

21.0.0-insider.6

9 months ago

21.0.0-insider.7

9 months ago

21.0.0-insider.8

9 months ago

21.0.0-insider.9

9 months ago

21.0.0-insider.5

9 months ago

21.0.0-insider.4

9 months ago

21.0.0-insider.3

9 months ago

20.0.2

9 months ago

21.0.0-insider.2

9 months ago

20.0.1

9 months ago

21.0.0-insider.1

9 months ago

20.0.0

9 months ago

20.0.0-insider.10

9 months ago

19.0.7

9 months ago

19.0.6

9 months ago

19.0.5

9 months ago

20.0.0-insider.5

9 months ago

19.0.4

9 months ago

20.0.0-insider.3

9 months ago

19.0.3

9 months ago

19.0.2

9 months ago

20.0.0-insider.2

9 months ago

20.0.0-insider.1

9 months ago

19.0.1

9 months ago

19.0.0

9 months ago

19.0.0-insider.6

9 months ago

19.0.0-insider.5

9 months ago

19.0.0-insider.4

9 months ago

19.0.0-insider.3

9 months ago

19.0.0-insider.2

9 months ago

19.0.0-insider.1

9 months ago