2.1 KiB
2.1 KiB
Changelog
0.11.0
- Fix allowing nested input types (#68), fixes default type definitions for input fields
- Add
queryFieldabstraction to mirrormutationField - Alpha release of
subscriptionField(working, but undocumented) for GraphQL subscriptions
0.10.0
- Add an optional field level authorize #32, part of a more robust authorization story in #23
- Add mutationField abstraction, #46
0.9.17
- More for #55, type error on Promise/null resolve
0.9.16
- Fix #52, args being incorrectly imported as types
- Feature: extendInputType, #51
0.9.15
- Fix #55, type error for Promise numeric field return
0.9.14
- Fix #44, add correct typings for union type
0.9.13
- Fix #41, replace
path.sepwith '/' intypegenAutoConfig
0.9.12
- Fix #33, consistent
t.listchaining output for inputs & scalars - Fix #34, include used imports on SDL converter
- Fix #27, args output for SDL converter
- Other SDL converter cleanup: reference types rather than strings, default values
0.9.11
- Fix typing regression in 0.9.10
0.9.10
- Fix #26, incorrect typing on boolean return type
0.9.9
TypegenConfigSourceModule:sources.module->sources.source
0.9.8
- Fix
MaybePromiseDeeptyping for non-object values NexusGenCustomScalarMethods->NexusGenCustomDefinitionMethodsfor when we allow non-scalars to beasNexusMethod
0.9.7
- Fix
MaybePromiseDeeptyping - Add
asNexusMethodto annotate GraphQLScalarType
0.9.6
- Fallback Query construction to
missingTypeinternally
0.9.5
- Fix
nonNullDefaultson schema - Finalize objects as they are constructed
- Changes to a few internal methods
0.9.4
- Internal: nexusWrappedFn -> nexusWrappedType
0.9.3
- Minor internal changes
0.9.2
- Fixes for conditional nullability check
- Fixes for return type of MaybePromiseDeep
- Docs cleanup
0.9.1:
- General deploy/package.json cleanup
0.9.0:
- Major API changes. See #16 for more info
0.7.0-alpha.1
Changed the type-signatures around so fields which are not defined in the backing types associated with the
0.6.2
Initial release