JSPM

@apollo/client

3.3.16
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4004457
  • Score
    100M100P100Q191980F
  • License MIT

A fully-featured caching GraphQL client.

Package Exports

  • @apollo/client
  • @apollo/client/cache
  • @apollo/client/cache/cache.cjs.js
  • @apollo/client/cache/inmemory/helpers
  • @apollo/client/cache/inmemory/types
  • @apollo/client/core
  • @apollo/client/core/LocalState
  • @apollo/client/core/QueryManager
  • @apollo/client/core/core.cjs.js
  • @apollo/client/link/batch
  • @apollo/client/link/batch-http
  • @apollo/client/link/context
  • @apollo/client/link/core
  • @apollo/client/link/core/ApolloLink
  • @apollo/client/link/core/core.cjs.js
  • @apollo/client/link/error
  • @apollo/client/link/http
  • @apollo/client/link/http/http.cjs.js
  • @apollo/client/link/persisted-queries
  • @apollo/client/link/retry
  • @apollo/client/link/retry/retry.cjs.js
  • @apollo/client/link/schema
  • @apollo/client/link/utils
  • @apollo/client/link/ws
  • @apollo/client/link/ws/ws.cjs.js
  • @apollo/client/package.json
  • @apollo/client/react
  • @apollo/client/react/components
  • @apollo/client/react/components/Query
  • @apollo/client/react/context/ApolloContext
  • @apollo/client/react/hoc
  • @apollo/client/react/hooks/useApolloClient
  • @apollo/client/react/hooks/useLazyQuery
  • @apollo/client/react/hooks/useMutation
  • @apollo/client/react/hooks/useQuery
  • @apollo/client/react/hooks/useSubscription
  • @apollo/client/react/ssr
  • @apollo/client/testing
  • @apollo/client/utilities
  • @apollo/client/utilities/common/canUse
  • @apollo/client/utilities/common/maybeDeepFreeze
  • @apollo/client/utilities/graphql/fragments
  • @apollo/client/utilities/graphql/getFromAST
  • @apollo/client/utilities/graphql/storeUtils
  • @apollo/client/utilities/observables/Observable
  • @apollo/client/utilities/testing
  • @apollo/client/utilities/utilities.cjs.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@apollo/client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Apollo Client

Apollo Client

npm version Build Status Join the community on Spectrum

Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. It allows you to easily build UI components that fetch data via GraphQL.

Documentation

All Apollo Client documentation, including React integration articles and helpful recipes, can be found at:
https://www.apollographql.com/docs/react/

The Apollo Client API reference can be found at:
https://www.apollographql.com/docs/react/api/apollo-client/

Maintainers

Who is Apollo?

Apollo Graph, Inc. creates industry-leading tools for building applications with GraphQL:

  • Apollo Client – The most popular GraphQL client for the web. Apollo also builds and maintains Apollo iOS and Apollo Android.
  • Apollo Server – Build a production-ready JavaScript GraphQL server with a schema-first approach.
  • Apollo Studio – A turnkey portal for GraphQL developers, featuring a powerful GraphQL IDE (the Apollo Explorer), metrics reporting, schema search, and documentation.
  • Apollo Federation – Create and manage a single data graph composed of subgraphs that can be developed independently.

We are fully committed to advancing the frontier of graph development with open-source libraries, hosted software tooling, developer extensions, and community contributions.