Skip to content

Commit

Permalink
Merge pull request #1313 from apollographql/calebmer-patch-1
Browse files Browse the repository at this point in the history
Fix incorrect roadmap check mark
  • Loading branch information
calebmer authored Feb 21, 2017
2 parents 87bdc89 + 01c502a commit d10a1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As stated before, the list below is not exhaustive. **Apollo Client is a communi
## Features planned for 1.0

### Client-side data store integration
- [x] Convenience methods for interacting directly with the store (ie. read from and write to any place in the store)
- [ ] Convenience methods for interacting directly with the store (ie. read from and write to any place in the store)

### UI integration ergonomics
- [x] 'Immutable' results
Expand All @@ -33,7 +33,7 @@ As stated before, the list below is not exhaustive. **Apollo Client is a communi
- [x] Query deduplication

### GraphQL features
- [ ] detect cache collisions and return stale data instead
- [x] detect cache collisions and return stale data instead


## Refactors planned for 1.0
Expand Down

0 comments on commit d10a1ee

Please sign in to comment.