diff options
author | Wolfgang Müller | 2024-03-25 21:27:36 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-25 21:27:36 +0100 |
commit | ddeeb372250409da1f31a0522fb715e552c1f450 (patch) | |
tree | da5700960ab516a244a6b91b1bad422102f042ce /tests/scanner/test_scanner.py | |
parent | 31e20a2c30acec31ed2e9fee1a0a7d830ae7dafe (diff) | |
download | hircine-ddeeb372250409da1f31a0522fb715e552c1f450.tar.gz |
backend: Report Archive size as float
GraphQL integers are 32-bit as per spec [1] [2]. Implementations may
therefore error on large numbers. Since an archive's size can reasonably
exceed this value, make sure to report it as a float instead.
[1] https://graphql.org/learn/schema/
[2] https://github.com/graphql/graphql-js/issues/292#issuecomment-186702763
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions