Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ahau-graphql-client

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahau-graphql-client

apollo graphql client for ahau apps

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

ahau-graphql-client

Example Usage

const AhauClient = require('ahau-graphql-client')

const client = new AhauClient(uri, opts)

// client.query(...)

API

new AhauClient(uri, opts) => client

where:

  • uri String is the http endpoint of your graphql server
    • if Number, it's assumed to be a port, and uri will be set to http://localhost:${port}/graphql
  • opts Object (optional) lets you set:
    • opts.possibleTypes Object for resolving fragments
    • opts.fetch Function for providing a custom fetch function. This is required when not in the browser
    • opts.apolloClient Object for setting or over-riding other apollo client options

and returns client - an @apollo/client instance

Keywords

FAQs

Package last updated on 17 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc