Package Exports
- @apollo/client
- @apollo/client/cache
- @apollo/client/cache/inmemory/helpers
- @apollo/client/core
- @apollo/client/core/LocalState
- @apollo/client/core/QueryManager
- @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/error
- @apollo/client/link/http
- @apollo/client/link/persisted-queries
- @apollo/client/link/retry
- @apollo/client/link/schema
- @apollo/client/link/utils
- @apollo/client/link/ws
- @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
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 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/