The integration tests right now don't even test the practice test query, only its mutations. We only fixed the mutation and made it return the data it inserted and that made the integration tests happy so we didn't even notice and had to come back later to fix the questions resolver getting accidentally deleted after running go generate ./... because our agentic workflow forgot to add it to gqlgen.yml despite specific instructions to do so. So this issue exists to remind you to add better integration tests that fully test everything, including stuff like practice test queries (not just mutations)
The integration tests right now don't even test the practice test query, only its mutations. We only fixed the mutation and made it return the data it inserted and that made the integration tests happy so we didn't even notice and had to come back later to fix the
questionsresolver getting accidentally deleted after runninggo generate ./...because our agentic workflow forgot to add it togqlgen.ymldespite specific instructions to do so. So this issue exists to remind you to add better integration tests that fully test everything, including stuff like practice test queries (not just mutations)