GraphQL JIT implementation for @benzene/core
npm install @benzene/jit
!CI


> GraphQL-JIT implementation for @benzene/core
``bash`
npm i @benzene/jit
`js
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 is available at benzene.vercel.app.