ohmygql
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

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.

Package Sidebar

Install

npm i ohmygql

Weekly Downloads

2

Version

1.0.11

License

MIT

Unpacked Size

23.7 kB

Total Files

15

Last publish

Collaborators

  • diizzayy