Migrating from REST to GraphQL

Go to class
Write Review

Free Online Course: Migrating from REST to GraphQL provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Migrating from REST to GraphQL is taught by Emmanuel Henri.

Overview
  • Learn how to migrate from REST APIs to GraphQL. Convert your REST API operations into GraphQL mutations and queries.

Syllabus
  • Introduction

    • Replace REST with GraphQL
    • What you should know
    1. First Steps
    • Why use GraphQL for REST?
    • REST project introduction
    • Setting up GraphQL
    • Setting up the database
    • GraphQL refresher
    2. Add Items with GraphQL
    • Creating the initial schema and type, part 1
    • Creating the initial schema and type, part 2
    • Setting up the initial resolvers
    • Finalizing the DB connection
    • Adding a few items with GraphiQL
    3. Read Items with GraphQL
    • Simple queries in GraphQL
    • Leveraging arguments in queries
    • What are aliases and usage?
    • Fragments basics
    4. Update Items with GraphQL
    • Overview of mutations
    • Coding your update mutation
    • Testing your update mutation
    5. Delete Items with GraphQL
    • Coding your delete mutation
    • Final test for your mutation
    Conclusion
    • Next steps