Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 680 Bytes

step_02.md

File metadata and controls

23 lines (18 loc) · 680 Bytes

Генерация схемы из сущностей и resolver-ов

git checkout step_02

Learn

  • GraphQL Resolver concept
  • GraphQL enum
  • GraphQL Playground

Packages

Tasks

  • Add phoneNumber to User
  • Add nullable for fix the error
  • Mark phoneNumber as deprecated
  • Add autogenerated fullname to User
  • Remove phoneNumber
  • Add role to User as enum
  • Add validation for id in user resolver