Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ID validation in set method of model.ts.
Ensure that IDs match correctly even when data types like BigInt, Int, or Float are used in GraphQL schemas. This prevents mismatches and ensures error handling for invalid ID comparisons.
- Loading branch information