Spring with GraphQL

Go to class
Write Review

Free Online Course: Spring with 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. Spring with GraphQL is taught by Frank P Moley III.

Overview
  • Discover the power of using GraphQL with Spring Boot to map out your APIs quickly and easily.

Syllabus
  • Introduction

    • Building a GraphQL API with Spring Boot
    • What you should know
    1. Getting to Know GraphQL
    • The power of GraphQL
    • GraphQL in Java
    • GraphQL terminology
    • GraphQL schemas
    • Using the playground
    2. Building GraphQL APIs
    • Setting up the project
    • Creating the schema
    • Creating a Spring Data repository
    • Creating the GraphQL controller
    • Mutations
    • Errors
    • Challenge: Extending the API
    • Solution: Extending the API
    Conclusion
    • Next steps