This package has been deprecated

Author message:

Package is currently not maintained

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

0.0.1 • Public • Published

@benzene/persisted

npm ci codecov PRs Welcome

Add popular persisted queries supports to Benzene

import { GraphQL } from '@benzene/server';
import { PersistedAutomatic } from '@benzene/persisted';

const GQL = new GraphQL({
  persisted: new PersistedAutomatic({ cache })
})

Documentation is available at hoangvvo.github.io/benzene/#/persisted

Package Sidebar

Install

npm i @benzene/persisted

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

4.44 kB

Total Files

9

Last publish

Collaborators

  • hoangvvo