Releases: GraphtonLib/Graphton
Releases · GraphtonLib/Graphton
v1.0.3
1.0.3 (2022-08-02)
Bug Fixes
- Scalars always being a string (b390f52)
- Return values from enums are now strings instead of unparsed instances (436547a)
- Generation of optional arguments vs optional returned values (8bc3131)
v1.0.0
0.8.0 (2022-07-23)
⚠ BREAKING CHANGES
- Selection of the returning fields/opject has been vastly improved, but also breaks your current Graphton queries! Check UPGRADING.md to help upgrading vrom v0.7 to v1.
Features
- Change selection method from builder functions to GraphQL-ish object notation, removing ReturnTypeBuilders. (a002ed6)
Bug Fixes
- Initialization of the
selectedFields
property on the GraphtonQueryReturnsObject mixin now works (ebe4070)
- ObjectFieldSelector types now has the _all property instead of the InputObject types (a7f2038)
- returnType always being an empty string instead of the key of the lookup (53c82bf)
v0.7.0
0.7.0 (2022-07-10)
⚠ BREAKING CHANGES
- Use GraphtonSettings.headers and GraphtonSettings.graphqlEndpoint instead of GraphtonSettings.setDefaultHeaders and GraphtonSettings.setDefaultUrl
Bug Fixes
- GraphtonSettings now uses static properties instead of a floating const (30787dd)
v0.6.9
0.6.9 (2022-07-09)
Bug Fixes
v0.6.8
0.6.8 (2022-07-09)
Bug Fixes
- Scalar Properties rendering full type definition instead of just the name (50bd7e5)
- security: Force minimist ^1.2.6 (049bdc6)
- security: Force minimist ^1.2.6 (0308b50)
v0.6.7
0.6.7 (2022-07-09)
Bug Fixes
- Bug where enum was ignored in return type builders (31507e2)
v0.6.5
0.6.5 (2022-05-01)
Features
- Adds (alias) types for scalars and customization of custom scalar types (ea75f69)
Bug Fixes
- Add stacktrace to argify error (c947e4b)
v0.6.4
0.6.4 (2022-01-23)
Features
- Adds errors response as promise rejection (8c1296d)