1. Урок 1. 00:01:02
    Send a Query with GraphQL Playground
  2. Урок 2. 00:00:52
    Query a List of Objects with GraphQL
  3. Урок 3. 00:01:42
    Query an Enumeration Type with GraphQL
  4. Урок 4. 00:00:51
    Send a Nested GraphQL Query
  5. Урок 5. 00:01:04
    Filter a GraphQL Query Result Using Arguments
  6. Урок 6. 00:01:29
    Renaming Fields with GraphQL Aliases
  7. Урок 7. 00:02:26
    Use Variables to Filter a Query Result with GraphQL
  8. Урок 8. 00:01:26
    Query Connected Data with the GraphQL Query Language
  9. Урок 9. 00:01:12
    Create Operation Names for GraphQL Queries
  10. Урок 10. 00:01:54
    Use an Input Type to Create an Account with a GraphQL Mutation
  11. Урок 11. 00:01:48
    Authenticate a User with a GraphQL Mutation
  12. Урок 12. 00:01:25
    Send a checkOut Mutation with GraphQL as an Authorized User
  13. Урок 13. 00:01:20
    Change Check In Status with a GraphQL Mutation
  14. Урок 14. 00:02:09
    Reuse GraphQL Selection Sets with Fragments
  15. Урок 15. 00:01:07
    Explore Refactored GraphQL Queries
  16. Урок 16. 00:02:17
    Query GraphQL Interface Types in GraphQL Playground
  17. Урок 17. 00:01:53
    Query Lists of Multiple Types using a Union in GraphQL
  18. Урок 18. 00:02:06
    Listen for Data Changes in Real-time with a GraphQL Subscription
  19. Урок 19. 00:02:23
    Query a GraphQL API's Types With Introspection Queries