dgs
dgs copied to clipboard
…tion documentation to include new configuration items.
Could definitely use a Kotlin expert to update the Kotlin version accordingly
Documenting that `@DgsData` is repeatable. Fixes: https://github.com/Netflix/dgs-framework/issues/1193
Self-explanatory :)
Fix list typo (according to the definition below it and the spec, `extensions` must be a map)
Removes these `make build` lines: ``` INFO - Doc file 'advanced/java-client.md' contains an unrecognized relative link '../subscriptions/#integration-testing-subscriptions', it was left as is. Did you mean 'subscriptions.md#integration-testing-subscriptions'? INFO - Doc file...
- Should return either a single instance or null (technically can return a List with one item in it and the framework will unwrap, but not mentioning that as I...
This PR corrects a small detail in the data-loaders `README` explaining the N+1 problem.