@eyewa/graphql-request
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@eyewa/graphql-request

Forked from https://github.com/prisma-labs/graphql-request

Please follow https://github.com/prisma-labs/graphql-request documentation for the general integration guides. We only document the extended functionalities.

Install


Install using npm

npm install @eyewa/graphql-request

Install using yarn

yarn add @eyewa/graphql-request

Usage

import { GraphQLClient } from 'graphql-request'
// ... or create a GraphQL client instance to send requests
const client = new GraphQLClient(endpoint, { headers: {} })
client.query(query, variables).then(data => console.log(data))

Package Sidebar

Install

npm i @eyewa/graphql-request

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

66 kB

Total Files

35

Last publish

Collaborators

  • jasonsheldon
  • eyewatech