0.0.1 • Published 6 years ago

apolo-undici v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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

6 years ago

0.0.0

6 years ago