apollo.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [apollo]
www.codever.land/bookmarks/t/apollo
Handling GraphQL errors like a champ with unions and interfaces - LogRocket Blog
https://blog.logrocket.com/handling-graphql-errors-like-a-champ-with-unions-and-interfaces/
An interesting approach to handling erros in GraphQL with the possibilities that the spec provides and still have type safety.
- :calendar: published on: 2019-11-19
- tags: graphql, error-handling, apollo
Introduction to Apollo Client
https://apollographql.com/client
Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all wh...
- tags: graphql, apollo, graphql-client
- :octocat: source code
GraphQL Client for Angular
GraphQL Client for Angular Framework
- tags: graphql, graphql-client, angular, apollo
- :octocat: source code
react-apollo-redux - A small wrapper to automatically dispatch actions in response to apollo mutations
https://github.com/Drawbotics/react-apollo-redux
A small wrapper to automatically dispatch actions in response to apollo mutations. - Drawbotics/react-apollo-redux
- tags: reactjs, apollo
- :octocat: source code