Releases: typed-graphql-builder/typed-graphql-builder
Releases · typed-graphql-builder/typed-graphql-builder
v5.0.1
5.0.1 (2025-04-22)
Bug Fixes
v5.0.0
5.0.0 (2025-04-19)
- BREAKING CHANGE: Release V5 with fixes for nullability (e191a89)
BREAKING CHANGES
- Fix nullability: use optional properties for inputs, optional fields to indicate selected/non-selected outputs and remove
undefined
from the union of possible values for fields and inputs
v4.1.7
4.1.7 (2024-12-28)
Bug Fixes
v4.1.6
4.1.6 (2024-11-18)
Bug Fixes
- OutputTypeOf should handle unions and interfaces (#84) (b82d851), closes #83
v4.1.5
4.1.5 (2024-08-28)
Bug Fixes
v4.1.4
4.1.4 (2024-04-27)
Bug Fixes
- allow nullable scalar variables when appropriate (#75) (a10ba61)
v4.1.3
4.1.3 (2024-03-14)
Bug Fixes
- Changes thrown errors to globalThis.Error (#73) (a55d5c5), closes #72
v4.1.2
4.1.2 (2024-03-03)
Bug Fixes
v4.1.1
4.1.1 (2023-12-19)
Bug Fixes
v4.1.0
4.1.0 (2023-11-16)
Features