Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай NestJS GraphQL - Code-first approach, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:25
    GraphQL Code-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:05:19
    Creating our first GraphQL Application
  5. Урок 5. 00:00:30
    Prerequisite: Install Insomnia
  6. Урок 6. 00:06:47
    Introduction to Resolvers and Object Types
  7. Урок 7. 00:04:03
    GraphQL Schemas, Types, and Scalars
  8. Урок 8. 00:03:10
    More on Types
  9. Урок 9. 00:03:03
    Passing Arguments: Returning a Coffee by ID
  10. Урок 10. 00:05:16
    Manipulating Data with Mutations
  11. Урок 11. 00:01:27
    Using GraphQL Variables
  12. Урок 12. 00:03:19
    Creating a Service
  13. Урок 13. 00:05:31
    Connecting to a Database with TypeOrm
  14. Урок 14. 00:03:21
    Using Repository to Access Database
  15. Урок 15. 00:04:45
    Adding Update and Delete Mutations
  16. Урок 16. 00:02:26
    Auto-validate Input Data
  17. Урок 17. 00:08:06
    Adding Relation to two Entities
  18. Урок 18. 00:06:31
    Using Field Resolvers
  19. Урок 19. 00:06:44
    Understanding Custom Scalar Types
  20. Урок 20. 00:08:37
    Using GraphQL Interfaces
  21. Урок 21. 00:05:58
    Unions and Enums
  22. Урок 22. 00:04:41
    Field Middleware
  23. Урок 23. 00:07:32
    Real-time Updates with Subscriptions
  24. Урок 24. 00:10:31
    Batching and Caching with Data Loader