As of gh-81, specific security components are contributed by the GraphQL Security auto-configuration. This commit removes those from the custom SecurityConfig classes.
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.