## Description <!-- A summary of the changes and a reference to the Issue that was fixed / implemented. NOTE: All Pull Requests require a corresponding open Issue. Please reference the Issue number below: --> Hotfix for serializing of BigInt values in GraphQL. Returns empty or string big values as is. ## Type of Change - [x] Bugfix - [x] Improvement - [x] New Feature - [x] Refactor / codestyle updates - [x] Other, please describe: ## Requirements Checklist - [x] New / updated tests are included - [x] All tests are passing locally - [x] Performed a self-review of the submitted code If adding a new feature: - [ ] Documentation was added/updated. PR: __Originally posted by @licitdev in https://github.com/directus/directus/pull/16297__
Description
Hotfix for serializing of BigInt values in GraphQL.
Returns empty or string big values as is.
Type of Change
Requirements Checklist
If adding a new feature:
Originally posted by @licitdev in directus/directus#16297