1. Урок 1. 00:06:25
    The Course Overview
  2. Урок 2. 00:16:48
    Comparing GraphQL to REST: Trello Rest API
  3. Урок 3. 00:03:57
    Starting a Project on Graphcool
  4. Урок 4. 00:07:21
    Building GraphQL Schema for the project
  5. Урок 5. 00:08:24
    Working with GraphQL Queries and Types
  6. Урок 6. 00:12:28
    Using the Built-in GraphQL for Analyzing and Verifying the Schema
  7. Урок 7. 00:05:28
    Adding Some Mocked Data in Your Application
  8. Урок 8. 00:10:19
    Using Real Trello Data with a REST API
  9. Урок 9. 00:08:29
    Running Our Own Server Locally
  10. Урок 10. 00:14:10
    Local GraphQL Server with Database
  11. Урок 11. 00:08:49
    Setting Up a React Application
  12. Урок 12. 00:12:40
    Creating the UI Components
  13. Урок 13. 00:15:27
    Integrating Apollo Framework/Apollo Provider
  14. Урок 14. 00:09:57
    Implementing the GraphQL Fragments
  15. Урок 15. 00:14:05
    Connecting to Graphcool Cloud-Based Storage Backend
  16. Урок 16. 00:08:16
    Exploring the UI for Adding New Cards and New Lists
  17. Урок 17. 00:15:33
    Connecting to Server, Calling the Mutations for Adding Cards
  18. Урок 18. 00:20:51
    How the UI Gets Updated: Handle Mutations on the Client
  19. Урок 19. 00:14:55
    Implementing a UI for Editing Cards and Connecting to the Server
  20. Урок 20. 00:17:48
    Implementing a UI for Moving Cards and Connecting to the Server
  21. Урок 21. 00:08:56
    Subscriptions: Setting Up and Using in Playground
  22. Урок 22. 00:06:55
    Client-Side Connection via Web-Sockets
  23. Урок 23. 00:08:22
    Updating an Existing Card
  24. Урок 24. 00:22:04
    Advanced Subscription
  25. Урок 25. 00:14:35
    Updating the Mechanism and Strategy for Concurrent Changes
  26. Урок 26. 00:19:57
    Extending the Server to Enable Authentication and User Management
  27. Урок 27. 00:17:52
    Add Sign-in, Log In/Out
  28. Урок 28. 00:25:45
    User’s Boards and More Authorisation
  29. Урок 29. 00:13:55
    Track and Show Author
  30. Урок 30. 00:24:59
    Troubleshooting and Error Handling
  31. Урок 31. 00:11:19
    Tuning
  32. Урок 32. 00:02:32
    The Course Overview
  33. Урок 33. 00:03:43
    Bootstrapping Application with Create-React-App
  34. Урок 34. 00:07:28
    Displaying Job Board Data on the Screen
  35. Урок 35. 00:16:16
    Modifying and Deleting Job Applications
  36. Урок 36. 00:07:25
    Debug Apollo
  37. Урок 37. 00:04:06
    Apollo Client Links Overview
  38. Урок 38. 00:09:25
    Adding REST Link to Our Job Board Application
  39. Урок 39. 00:01:33
    Application Overview
  40. Урок 40. 00:07:05
    Building Chat without Authentication
  41. Урок 41. 00:10:19
    Adding Authentication on Backend
  42. Урок 42. 00:13:47
    Adding Authentication on Frontend
  43. Урок 43. 00:02:09
    Subscriptions Overview
  44. Урок 44. 00:02:29
    Bootstrapping Application
  45. Урок 45. 00:06:52
    Creating Simulator of Vehicle Activity
  46. Урок 46. 00:06:20
    Showing Vehicles on the Map with Real-Time Location
  47. Урок 47. 00:07:11
    Adding Filters to Fleet Tracking Application
  48. Урок 48. 00:04:15
    Updating Apollo Cache Manually
  49. Урок 49. 00:04:14
    Updating Apollo Cache Automatically