Skip to content

Latest commit

 

History

History

graphql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring Boot: GraphQL

This module demonstrates:

  • How to test GraphQL Controller using @GraphQlTest and GraphQlTester.

  • How to write high level smoke tests for GraphQL APIs

For a way more complex example of how to define and test a GraphQL API in Spring Boot, take a look at the SkillManager showcase. Included here are, among other things:

  • more complex queries and mutations than this example provides

  • three domains in separate modules each adding parts of the overall GraphQL schema

  • custom Scalar type conversion