Samples
查看 "Building a GraphQL service" 开始指南。
Check out the "Building a GraphQL service" Getting Started Guide.
此外,此代码库的 1.0.x 分支包含 示例应用程序 以用于各种场景。这些示例不存在于 main
分支中,并计划 moved out 到一个单独的代码库。要运行这些示例,请查看 1.0.x 分支,从 IDE 或从命令行运行其主应用程序类:
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:
$ ./gradlew :samples:{sample-directory-name}:bootRun