GraphQL guide simplifications #17827
Labels
area/documentation
area/graphql
area/smallrye
area/user-experience
Will make us lose users
kind/enhancement
New feature or request
Milestone
Following the GraphQL guide I noticed that we're:
Film
andHero
DTOs using lots of “dumb” accessors, when replacing them with public fields would work just as well and make the docs shorter and easier to read.@Name("filmId")
when it's actually optional and we could use the parameter name, inducing me to falsly believe this was required.@Inject Context
by https://quarkus.io/guides/smallrye-graphql#context when trying to add it as a query method parameter appeared to Just Work.Perhaps we can simplify the guide around these topics?
The text was updated successfully, but these errors were encountered: