0.0.1 • Published 4 years ago

apollo-undici v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago