8 lines
282 B
Markdown
8 lines
282 B
Markdown
This directory contains samples to test scenarios and features with.
|
|
|
|
All samples have integration tests you can run or debug, and expose a GraphiQL page at "/graphiql".
|
|
|
|
To run a sample from the command line:
|
|
```shell script
|
|
$ ./gradlew :samples:{sample-directory-name}:bootRun
|
|
``` |