Spring Boot, GraphQL, TestContainers, PostgreSQL: Minimal Setup

This tip provides a minimalistic quickstart code for setting up a module using Spring Boot, GraphQL, PostgreSQL, and TestContainers.
GraphQL Custom Directives

Within this article we will explore how to implement custom GraphQL directives to protect content from exposure through your API.