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