1. Урок 1. 00:05:25
    Why GraphQL?
  2. Урок 2. 00:09:48
    The Problems with REST
  3. Урок 3. 00:06:30
    What We'll Be Building
  4. Урок 4. 00:05:26
    The Graph in GraphQL
  5. Урок 5. 00:04:58
    What is GraphQL?
  6. Урок 6. 00:05:52
    First GraphQL Query
  7. Урок 7. 00:07:43
    Discoverability
  8. Урок 8. 00:05:10
    First GraphQL Server - Part 1
  9. Урок 9. 00:10:32
    First GraphQL Server - Part 2
  10. Урок 10. 00:04:35
    GraphQL Data types Introduction
  11. Урок 11. 00:05:28
    Scalar Types
  12. Урок 12. 00:04:46
    Object Types
  13. Урок 13. 00:07:55
    Query Parameters
  14. Урок 14. 00:06:03
    Variables
  15. Урок 15. 00:04:58
    Interfaces
  16. Урок 16. 00:10:10
    Aliases & Fragments
  17. Урок 17. 00:06:52
    Union Types
  18. Урок 18. 00:03:56
    Directives
  19. Урок 19. 00:05:08
    Mutations and Input Types
  20. Урок 20. 00:03:12
    Errors
  21. Урок 21. 00:10:50
    GraphQL without GraphiQL
  22. Урок 22. 00:02:02
    Server Planning
  23. Урок 23. 00:04:49
    Review Starter Project
  24. Урок 24. 00:01:21
    Installing PostgreSQL
  25. Урок 25. 00:03:55
    Installing PostgreSQL on Windows
  26. Урок 26. 00:02:32
    Installing PostgreSQL on Linux
  27. Урок 27. 00:02:00
    Installing PostgreSQL on Mac
  28. Урок 28. 00:12:41
    Introduction To SQL
  29. Урок 29. 00:08:32
    Create / Setup App Database
  30. Урок 30. 00:06:34
    Create a GraphQL HTTP Server
  31. Урок 31. 00:07:29
    Add GraphQL 'Books' Field
  32. Урок 32. 00:05:10
    Query Books from the Database
  33. Урок 33. 00:03:22
    Challenge Review - Adding 'subtitle' & 'ratingCount' Fields
  34. Урок 34. 00:06:44
    Add ImageUrl field to book type
  35. Урок 35. 00:07:34
    Add authors field to book type
  36. Урок 36. 00:10:42
    Optimize with the Dataloader - Part 1
  37. Урок 37. 00:09:56
    Optimize with the Dataloader - Part 2
  38. Урок 38. 00:03:07
    Add GraphQL 'reviews' Field
  39. Урок 39. 00:14:46
    Add 'book' field to Review Type
  40. Урок 40. 00:03:43
    Challenge Review - Add 'book' field to Review type
  41. Урок 41. 00:07:21
    Sorting Queries
  42. Урок 42. 00:03:02
    Create Home Page Query
  43. Урок 43. 00:11:16
    Use the Home Page Query in HackerBook Review App
  44. Урок 44. 00:03:45
    Create Book Detail Page Query
  45. Урок 45. 00:05:35
    Add 'book' field to Review Type
  46. Урок 46. 00:05:32
    Add Query to Book Page in HackerBook Review App
  47. Урок 47. 00:03:18
    Query 'book' for Book Review Page in HackerBook Review App
  48. Урок 48. 00:06:58
    Create Book Review Mutation
  49. Урок 49. 00:03:33
    Use the Book Review Mutation in HackerBook Review App
  50. Урок 50. 00:05:49
    Add 'searchBook' field to query Google Book API
  51. Урок 51. 00:03:08
    Use 'searchBook' field in HackerBook Review App
  52. Урок 52. 00:05:27
    Add 'createBook' mutation
  53. Урок 53. 00:02:19
    Use 'createBook' mutation in HackerBook Review App
  54. Урок 54. 00:09:34
    Add a Global 'search' field
  55. Урок 55. 00:01:45
    Miscellaneous & Cleanup
  56. Урок 56. 00:03:41
    GraphQL / Versionless
  57. Урок 57. 00:01:12
    Final Thoughts