react-apollo-todo icon indicating copy to clipboard operation
react-apollo-todo copied to clipboard

A todo app with react, apollo demonstrating graphql queries, mutations and subscriptions.

Results 3 react-apollo-todo issues
Sort by recently updated
recently updated
newest added

As per the demo https://react-apollo-todo.demo.hasura.app it seems to make use of continuous 'polling' than 'WebSocket'. If so, what is the status of this app and what are the missing items...

The current implementation of auth-link gives the following error because it expects a token: extensions: {path: "$", code: "invalid-headers"} message: "Malformed Authorization header" It needs to be update to the...

Setup should be done in setup itself. Later in the app we can focus more about how the HOCs work and all. Thoughts @rikinsk @coco98 ?