Skip to content

Fix GraphQL resolver int conversions#65

Merged
dlukt merged 1 commit intomainfrom
codex/fix-type-mismatch-in-graphql-resolvers
Oct 16, 2025
Merged

Fix GraphQL resolver int conversions#65
dlukt merged 1 commit intomainfrom
codex/fix-type-mismatch-in-graphql-resolvers

Conversation

@dlukt
Copy link
Contributor

@dlukt dlukt commented Oct 16, 2025

Summary

  • coerce ORM int16/int32 values to GraphQL Ints during resolver generation
  • adjust sql.NullInt helpers to emit *int pointers and add pointer conversion helper
  • update generator tests to cover the new conversions

Testing

  • go test ./...

https://chatgpt.com/codex/tasks/task_b_68f17e3cbc30832e86cc0937c0dc3ff1

@dlukt dlukt merged commit 7d81e0e into main Oct 16, 2025
2 checks passed
@dlukt dlukt deleted the codex/fix-type-mismatch-in-graphql-resolvers branch October 17, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant