WhatsApp-Clone-GraphQL-Angular-Material
WhatsApp-Clone-GraphQL-Angular-Material copied to clipboard
stuff
- [ ] Change to one query for messages and members
- [ ] Change requires to imports on queries and types
- [x] Change users images to be saved on Graph.Cool (use Github profile image urls)
- [ ] Make sure valid templates shows they are valid on WebStorm
- [ ] Make sure WebStorm autocompletes queries
- [x] Add
import gql from 'graphql-tag';for all files just in case - [ ] Fix subscription on last message in chats
- [ ] Figure out the default
fetchPolicy - [x] Add batching
- [x] Break
chat-listinto list ofchatComponents. Query theids of the list onchat-listand query thechatfield inside thechatComponent - [ ] Simplify the code and remove the Types stuff (but still make it look good)
- [ ] Try to run the mutation without
subscribe
Stuff we need from Graph.Cool:
- [ ]