Posts about GraphQL
Explore the latest posts related to GraphQL.
Spring Boot GraphQL JWE Authentication
May 17, 20255 min read

Learn how to secure your Spring Boot GraphQL APIs with stateless encrypted JWTs (JWE) while persisting user identities and roles in a JPA-backed database.
Building APIs with Spring for GraphQL
December 15, 20243 min read

Learn how to build GraphQL APIs using Spring for GraphQL with Java and Kotlin. Includes schema creation, query handling, and integration.