Prior to this commit, the `@Argument` annotation would support two attributes: `required` and `defaultValue`, specifying whether arguments should be considered as required and default values to use if they're not present. This can be problematic as this can already be specified at the schema level. To avoid duplication and invalid setups betweens schema and Controllers, this commit removes those attributes in favor of the schema definition. Closes gh-150
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