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}}`)
 
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i apolo-undici

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.18 kB

Total Files

4

Last publish

Collaborators

  • apolo-graphql-fan