Releases: Thinkmill/ts-gql
Releases · Thinkmill/ts-gql
@ts-gql/compiler@0.14.3
Patch Changes
17abf8d
Thanks @mitchellhamilton! - Stopped removing invalid files when running the watcher. This isn't really solving an issue with ts-gql but attempting to fix #52 where files are deleted and tools don't expect them to be deleted and then the process exits.
@ts-gql/schema@0.5.0
Minor Changes
3c07b55
Thanks @mitchellhamilton! - Moved exported TypeScript types from thetypes
export to top-level exports create consistency with using thetypes
export andbindTypesToContext
.
@ts-gql/schema@0.4.0
Minor Changes
b2a88cf
Thanks @mitchellhamilton! - RemovedContext
type parameter toListType
type to be consistent withNonNullType
.
Patch Changes
b2a88cf
Thanks @mitchellhamilton! - Fixed inference of input lists with non null inside them
@ts-gql/schema@0.3.1
Patch Changes
8d19a88
Thanks @mitchellhamilton! - Fix types.arg returned from bindTypesToContext requiring a defaultValue
@ts-gql/schema@0.3.0
Minor Changes
d57bee5
Thanks @mitchellhamilton! - ExportbindTypesToContext
directly rather than intypes
@ts-gql/schema@0.2.0
Minor Changes
2a7f889
Thanks @mitchellhamilton! - ReplacebindObjectTypeToContext
withbindTypesToContext
and renametypes.custom
totypes.scalar
@ts-gql/schema@0.1.0
Minor Changes
7425f01
Thanks @mitchellhamilton! - Various fixes
@ts-gql/schema@0.0.3
Patch Changes
f4c55aa
Thanks @mitchellhamilton! - AddGraphQLBoolean
@ts-gql/schema@0.0.2
Patch Changes
f4b9909
Thanks @mitchellhamilton! - Export object and union types
@ts-gql/schema@0.0.1
Patch Changes
b879c3b
Thanks @mitchellhamilton! - Initial release