0.1.5 • Published 2 years ago

@benzene/jit v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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.