0.0.2 • Published 2 years ago
ogql v0.0.2
ogql
Minimal GraphQL Client
Install Package
# yarn
yarn install ogql
# pnpm
pnpm install ogqlUsage
import { GqlClient } from 'ogql'
const client = new GqlClient({ host: 'https://example.com/graphql' })
const result = await client.execute('query { todos { id text } }')💻 Development
- Clone this repository
- Enable Corepack using
corepack enable(usenpm i -g corepackfor Node.js < 16.10) - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
License
Made with 💛
Published under MIT License.