Skip to content

🚀  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

License

Notifications You must be signed in to change notification settings

apollographql/apollo-client

Repository files navigation

Apollo client

npm version Get on Slack

A simple but functional GraphQL client with a great development experience.


Development

Build status Build status Coverage Status

Running tests locally:

# nvm use node
npm install
npm test

This project uses TypeScript for static typing and TSLint for linting. You can get both of these built into your editor with no configuration by opening this project in Visual Studio Code, an open source IDE which is available for free on all platforms.

Useful tools

Should be moved into some kind of CONTRIBUTING.md soon...

  • AST explorer: you can use this to see what the GraphQL query AST looks like for different queries

Important discussions

If you're getting booted up as a contributor, here are some discussions you should take a look at:

  1. Static typing and why we went with TypeScript also covered in the Medium post
  2. Idea for pagination handling
  3. Discussion about interaction with Redux and domain vs. client state
  4. Long conversation about different client options, before this repo existed