1. Урок 1. 00:00:45
    Course Intro for Designing GraphQL Schemas
  2. Урок 2. 00:02:23
    Setup an Apollo GraphQL Server with automatic Mocking
  3. Урок 3. 00:02:16
    Kicking off a GraphQL Schema Design Process
  4. Урок 4. 00:04:41
    Naming Conventions for Query Fields in GraphQL
  5. Урок 5. 00:03:27
    When and Why to use Nullable vs Non-nullable Fields in GraphQL
  6. Урок 6. 00:02:13
    Evolving a GraphQL Schema incl. Breaking Changes without affecting a Single User
  7. Урок 7. 00:03:08
    Naming Conventions for Fields with GraphQL Aliases in Mind
  8. Урок 8. 00:11:07
    Paginate Entries using the Connection Specification
  9. Урок 9. 00:04:09
    Extending GraphQL Connections with additional Fields and Arguments
  10. Урок 10. 00:02:40
    Naming top-level Query Fields in GraphQL
  11. Урок 11. 00:04:51
    Mutation Input and Payload Structure in GraphQL
  12. Урок 12. 00:05:11
    Design GraphQL Mutations by focusing on the Domain rather than the Data Model
  13. Урок 13. 00:01:57
    Optimising GraphQL Mutations for Static Usage
  14. Урок 14. 00:02:04
    GraphQL Mutations to update Connections
  15. Урок 15. 00:05:38
    Tradeoffs when designing GraphQL Mutations to update multiple Properties on one Entity
  16. Урок 16. 00:00:37
    Course Outro for Designing GraphQL Schemas