gqlgen icon indicating copy to clipboard operation
gqlgen copied to clipboard

add decimal scalar

Open it512 opened this issue 1 month ago • 2 comments

add decimal scalar I have:

  • [ x] Added tests covering the bug / feature (see testing)
  • [ x] Updated any relevant documentation (see docs)

it512 avatar Nov 23 '25 07:11 it512

Coverage Status

coverage: 0.0%. remained the same when pulling 304fbc0227103507bd22ad57b87836bb07cdc5e9 on it512:decimal into cd04679178d2d699528b8820e33c74317a9deada on 99designs:master.

coveralls avatar Nov 23 '25 07:11 coveralls

This adds a new dependency to generated code, without an option to customize which decimal library to use, so I'm not sure if that's ideal, but it looks like this might be the most popular choice?

At the same time, the generated code and format tests are currently still failing, so that's what's holding me back from merging it.

StevenACoffman avatar Dec 01 '25 02:12 StevenACoffman