Skip to content

docs: fix variable name in dynamic query error guide example#83

Open
itojum wants to merge 1 commit into
github-community-projects:masterfrom
itojum:chore/fix-variable-name-in-dynamic-query-error-guide
Open

docs: fix variable name in dynamic query error guide example#83
itojum wants to merge 1 commit into
github-community-projects:masterfrom
itojum:chore/fix-variable-name-in-dynamic-query-error-guide

Conversation

@itojum

@itojum itojum commented Jun 16, 2026

Copy link
Copy Markdown

Summary

Fixed an incorrect variable reference in the sample code of guides/dynamic-query-error.md.

The query result was assigned to a local variable hero_query, but the subsequent Client.query call mistakenly referenced it as the constant HeroNameQuery.

Updated the reference to use the correct local variable hero_query.

Correct `HeroNameQuery` to `hero_query` to fix the broken example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant