Files
spring-graphql/samples
2021-07-06 15:35:23 +01:00
..
2021-07-06 15:35:23 +01:00
2021-07-06 15:35:23 +01:00

This directory contains samples that we run to test different scenarios and features.

All samples use the Boot starter and expose a GraphiQL page where you can run queries. Simply start the main application class and go to http://localhost:8080/graphiql.

To run from the command line, use:

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

Samples have integration tests you can run with a debugger.