1. Урок 1. 00:01:32
    1.1 Introduction
  2. Урок 2. 00:05:30
    2.1 Setting Up the Project
  3. Урок 3. 00:10:07
    2.2 Designing and Migrating the Database
  4. Урок 4. 00:10:49
    2.3 Setting Up the Models
  5. Урок 5. 00:09:43
    3.1 Understanding GraphQL
  6. Урок 6. 00:08:18
    3.2 Creating and Querying Our API
  7. Урок 7. 00:07:18
    4.1 Assembling the UI
  8. Урок 8. 00:11:27
    4.2 Querying the API With JavaScript
  9. Урок 9. 00:11:29
    4.3 Adding Arguments to Your Queries
  10. Урок 10. 00:07:54
    4.4 Organizing Our Client-Side Queries
  11. Урок 11. 00:08:54
    4.5 Defining Other GraphQL Types
  12. Урок 12. 00:09:45
    4.6 Displaying Our New Data
  13. Урок 13. 00:09:43
    5.1 Building the Login View
  14. Урок 14. 00:11:38
    5.2 The Login Mutation
  15. Урок 15. 00:09:18
    5.3 Authenticating the API
  16. Урок 16. 00:09:05
    5.4 Incorporating Authentication on the Client Side
  17. Урок 17. 00:08:00
    5.5 Displaying Auth-Appropriate Menus
  18. Урок 18. 00:09:34
    5.6 User Registration
  19. Урок 19. 00:08:32
    6.1 Building the Project Creation UI
  20. Урок 20. 00:03:55
    6.2 Getting a List of Users
  21. Урок 21. 00:12:34
    6.3 Defining Input Types
  22. Урок 22. 00:09:53
    6.4 Saving the Project
  23. Урок 23. 00:01:01
    7.1 Conclusion