12. Samples

Check out the "Building a GraphQL service" Getting Started Guide.spring-doc.cn

In addition, the 1.0.x branch of this repository contains sample applications for various scenarios. Those samples do not exist in the main branch and are planned to be moved out into a separate repository. To run those samples, check out the 1.0.x branch run their main application classes from your IDE, or from the command line:spring-doc.cn

$ ./gradlew :samples:{sample-directory-name}:bootRun