1.0.11 • Published 1 year ago

ohmygql v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ohmygql

npm version npm downloads Github Actions Codecov

Package description

Usage

Install package:

# npm
npm install ohmygql

# yarn
yarn install ohmygql

# pnpm
pnpm install ohmygql

Import:

// ESM
import { GqlClient } from 'ohmygql'

// CommonJS
const { GqlClient } = require('ohmygql')

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.