Удален по просьбе правообладателя
  • Урок 1. 00:02:12
    Introduction
  • Урок 2. 00:08:28
    GraphQL Is a Language and a Runtime
  • Урок 3. 00:03:11
    The GraphQL Editor
  • Урок 4. 00:08:47
    GraphQL Language Basics
  • Урок 5. 00:00:44
    Summary
  • Урок 6. 00:00:38
    Introduction
  • Урок 7. 00:04:54
    Fields
  • Урок 8. 00:02:00
    Variables
  • Урок 9. 00:01:52
    Directives
  • Урок 10. 00:01:52
    Aliases
  • Урок 11. 00:03:31
    Fragments
  • Урок 12. 00:02:48
    Inline Fragments
  • Урок 13. 00:04:13
    Mutations
  • Урок 14. 00:00:49
    Summary
  • Урок 15. 00:01:44
    Introduction
  • Урок 16. 00:05:14
    Loading Some Test Data
  • Урок 17. 00:04:37
    Your First GraphQL Schema
  • Урок 18. 00:04:05
    Setting up a GraphQL HTTP Endpoint
  • Урок 19. 00:04:39
    Defining Custom GraphQL Types
  • Урок 20. 00:04:15
    Using the Context Object
  • Урок 21. 00:03:23
    Reusable Field Definitions
  • Урок 22. 00:01:46
    camelCase allTheThings
  • Урок 23. 00:05:44
    Modeling a One-to-many Relationship
  • Урок 24. 00:04:14
    Reading Counts from MongoDB
  • Урок 25. 00:01:20
    Summary
  • Урок 26. 00:00:36
    Introduction
  • Урок 27. 00:06:32
    Node's Cyclic Module Dependency
  • Урок 28. 00:14:07
    The N+1 Queries Problem
  • Урок 29. 00:04:17
    Avoiding Extra MongoDB Connections
  • Урок 30. 00:03:27
    Using Database Views with GraphQL
  • Урок 31. 00:09:03
    Working with Mutations
  • Урок 32. 00:05:00
    Working with Unions
  • Урок 33. 00:00:58
    Summary