apolo-undici

0.0.1 • Public • Published

apolo graphql client using the undici http library

const { GraphqlClient } = require('./index.js');
 
 
const gqlClient = new GraphqlClient('http://localhost:8080');
 
const { users } = await gqlClient.query(`query{users{id,name,email}}`)
 
 

Readme

Keywords

Package Sidebar

Install

npm i apolo-undici

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

1.18 kB

Total Files

4

Last publish

Collaborators

  • apolo-graphql-fan