@benzene/jit
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

@benzene/jit

npm CI codecov PRs Welcome

GraphQL-JIT implementation for @benzene/core

Installation

npm i @benzene/jit

Usage

import { makeCompileQuery } from "@benzene/jit";

const GQL = new Benzene({
  schema,
  compileQuery: makeCompileQuery(),
});

Check out benchmarks to see the performance gain from using graphql-jit.

Documentation

Documentation is available at benzene.vercel.app.

Readme

Keywords

Package Sidebar

Install

npm i @benzene/jit

Weekly Downloads

196

Version

0.1.5

License

MIT

Unpacked Size

3.8 kB

Total Files

6

Last publish

Collaborators

  • hoangvvo