@gqfn/core
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

@gqfn/core

npm version npm downloads

GQFn provides a typed way to write GraphQL queries with the help of TypeScript.

Usage

Install package:

# ✨ Auto-detect
npx nypm i @gqfn/core

# npm
npm install @gqfn/core

# yarn
yarn add @gqfn/core

# pnpm
pnpm install @gqfn/core

# bun
bun install @gqfn/core

Import:

// ESM
import { useSchema } from '@gqfn/core'
// CommonJS
const { useSchema } = require('@gqfn/core')

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @gqfn/core

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

159 kB

Total Files

43

Last publish

Collaborators

  • teages