@benzene/jit
v0.1.5
Published
GraphQL JIT implementation for @benzene/core
Downloads
338
Readme
@benzene/jit
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.