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