Files
spring-graphql/samples
Mark Paluch 7fea8730db Migrate QuerydslDataFetcher to use fluent Querydsl API
Remove supporting classes for external projection as projections are
handled by Spring Data directly.

See gh-168
2021-10-27 16:51:21 +01:00
..
2021-07-07 09:02:51 +01:00

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:

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