-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
[[samples]] | ||
= Samples | ||
|
||
Check out the https://spring.io/guides/gs/graphql-server/["Building a GraphQL service"] Getting Started Guide. | ||
|
||
In addition, the 1.0.x branch of this repository contains {github-10x-branch}/samples[sample applications] for various scenarios. | ||
Those samples do not exist in the `main` branch and are planned to be | ||
https://github.com/spring-projects/spring-graphql/issues/208[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: | ||
|
||
[source,bash,indent=0,subs="verbatim,quotes"] | ||
---- | ||
$ ./gradlew :samples:{sample-directory-name}:bootRun | ||
---- | ||
Please, see the [spring-graphql-examples](https://github.com/spring-projects/spring-graphql-examples) repository. |