Closed IdoKendo closed 10 months ago
Thanks for adding the RELEASE.md
file!
Here's a preview of the changelog:
This change implements a new custom scalar BigInt
that is mapped to SQLAlchemy's BigInteger
.
Thanks for the quick PR! I adjusted the title since this is a breaking change if we're strict. Still want to wait on a second opinion from @mattalbr but for me this is ready to merge. Since we don't have any unit tests on the scalar conversion yet, this is fine for me 😊
Thanks for contributing to Strawberry! 🎉 You've been invited to join the Strawberry GraphQL organisation 😊
You can also request a free sticker by filling this form: https://forms.gle/dmnfQUPoY5gZbVT67
And don't forget to join our discord server: https://strawberry.rocks/discord 🔥
This PR fixes #100 by implementing a new custom scalar
Int64
following the strawberry documentation: https://strawberry.rocks/docs/types/scalars#int64Description
The new
Int64
custom scalar resolved issues of very large integers when using SQLAlchemy'sBigInteger
.Types of Changes
Issues Fixed or Closed by This PR
100
Checklist