Learn to build a GraphQL server in Java step by step

admin
By admin 2 Min Read
Learn to build a GraphQL server in Java step by step

Description

In this course we will take a deep dive into GraphQL and how to build a GraphQL server in Java using the production ready graphql-java library. After this course you will master everything you need to know to build an efficient and modular GraphQL service adapted to any use case.

Group Cards
Telegram Group Join Now
WhatsApp Group Join Now

We will walk through everything you need to know to create a GraphQL server and go through the different notions with hands-on examples and exercises for you to train. After this course you should be comfortable in building your own production ready GraphQL server.

We will walk through:

  • Schema creation via the schema description language (SDL) and via code

  • Writing DataFetcher (also called resolvers) both synchronous and asynchronous

  • Wiring the data fetchers with your schema

  • Building an GraphQL service over HTTP embedding GraphiQL as a GUI

  • All the schema and query constructs of offered by GraphQL

  • All about schema introspection

  • Everything there is to know about GraphQL query execution

  • How to implement batch loading to optimize database access

Throughout the course we will illustrate these concepts with hands-on presentations and exercises.

We will be using a concrete database as a demonstration use case and build a full GraphQL service on top of it.

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *