WhatsApp-Clone-GraphQL-Angular-Material icon indicating copy to clipboard operation
WhatsApp-Clone-GraphQL-Angular-Material copied to clipboard

stuff

Open Urigo opened this issue 8 years ago • 0 comments

  • [ ] 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-list into list of chat Components. Query the ids of the list on chat-list and query the chat field inside the chat Component
  • [ ] 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:

  • [ ]

Urigo avatar Apr 01 '17 17:04 Urigo