Socket
Socket
Sign inDemoInstall

@8base/apollo-client

Package Overview
Dependencies
41
Maintainers
6
Versions
223
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @8base/apollo-client

The Apollo Client library contains an extended implementation of [ApolloClient](https://www.apollographql.com/docs/react/api/apollo-client.html) that includes several links to work with 8base services.


Version published
Weekly downloads
629
decreased by-1.87%
Maintainers
6
Install size
18.7 MB
Created
Weekly downloads
 

Readme

Source

8base Create Apollo Client

The Apollo Client library contains an extended implementation of ApolloClient that includes several links to work with 8base services.

EightBaseApolloClient

Table of Contents

EightBaseApolloClient

Extends ApolloClient

Extends Apollo Client by 8base several links.

Parameters
  • config Object The Apollo Client config.
    • config.uri string Endpoint of the GraphQl server.
    • config.getAuthState Function Used to retrieve authentication state.
    • config.getRefreshTokenParameters Function Used to retrieve the refresh token parameters.
    • config.onAuthSuccess Function Callback that is executed when an attempt to refresh authentication is successful.
    • config.onAuthError Function? Callback which is executed when an attempt to refresh authentication fails.
    • config.onIdTokenExpired Function? Callback which is executed when id token is expired.
    • config.onRequestSuccess Function? Callback which is executed when a request is successful.
    • config.onRequestError Function? Callback which is executed when a request fails
    • config.extendLinks Function? Function that extends standard array of links.

Returns any instance of the Apollo Client

FAQs

Last updated on 22 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc