Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:01:25
    GraphQL Schema-first Course Overview
  2. Урок 2. 00:05:05
    Introduction to GraphQL with NestJS
  3. Урок 3. 00:01:08
    Code First vs Schema First
  4. Урок 4. 00:06:44
    Creating our first GraphQL Application
  5. Урок 5. 00:00:30
    Prerequisite: Install Insomnia
  6. Урок 6. 00:08:08
    Introduction to Resolvers and Object Types
  7. Урок 7. 00:03:01
    GraphQL Schemas, Types, and Scalars
  8. Урок 8. 00:02:53
    Passing Arguments: Returning a Coffee by ID
  9. Урок 9. 00:04:33
    Manipulating Data with Mutations
  10. Урок 10. 00:01:27
    Using GraphQL Variables
  11. Урок 11. 00:03:17
    Creating a Service
  12. Урок 12. 00:08:19
    Connecting to a Database with TypeOrm
  13. Урок 13. 00:03:58
    Using Repository to Access Database
  14. Урок 14. 00:04:40
    Adding Update and Delete Mutations
  15. Урок 15. 00:04:48
    Auto-validate Input Data
  16. Урок 16. 00:09:26
    Adding Relation to two Entities
  17. Урок 17. 00:06:18
    Using Field Resolvers
  18. Урок 18. 00:05:57
    Understanding Custom Scalar Types
  19. Урок 19. 00:07:15
    Using GraphQL Interfaces
  20. Урок 20. 00:05:15
    Unions and Enums
  21. Урок 21. 00:07:30
    Real-time Updates with Subscriptions
  22. Урок 22. 00:10:29
    Batching and Caching with Data Loader