Skip to content

Releases: Thinkmill/ts-gql

@ts-gql/[email protected]

03 Jun 05:41
30ac9c8
Compare
Choose a tag to compare

Minor Changes

  • 64a74d3 Thanks @mitchellhamilton! - Fixed inference of defaultValue in types.arg to infer the DefaultValue to be undefined when defaultValue is not passed

@ts-gql/[email protected]

03 Jun 04:23
5915c4e
Compare
Choose a tag to compare

Minor Changes

@ts-gql/[email protected]

01 Jun 23:43
99c3d73
Compare
Choose a tag to compare

Minor Changes

  • 80138fe Thanks @mitchellhamilton! - Added types-with-context entrypoint to allow for a different strategy of binding the TypesWithContext functions to a context type that will preserve JSDoc comments on the TypesWithContext functions

@ts-gql/[email protected]

01 Jun 05:30
30088b9
Compare
Choose a tag to compare

Minor Changes

  • 5b10893 Thanks @mitchellhamilton! - Lots of type renaming, type parameter adding re-ordering and the addition of TypeScript types available on the exported types object that are bound to the specific context type(which for the exported types object is unknown) and the removal of all non-context bound functions from bindTypesToContext

@ts-gql/[email protected]

28 May 00:00
db447d8
Compare
Choose a tag to compare

Patch Changes

@ts-gql/[email protected]

27 May 01:28
8336ef3
Compare
Choose a tag to compare

Patch Changes

@ts-gql/[email protected]

21 May 01:15
0448656
Compare
Choose a tag to compare

Patch Changes

  • 45e1a24 Thanks @mitchellhamilton! - Added checks to types.field and types.arg which throw if a type isn't passed so that it's easier to see why a type wasn't passed rather than getting an error when mapping the fields to graphql-js arguments

@ts-gql/[email protected]

20 May 23:39
eacc8f1
Compare
Choose a tag to compare

Minor Changes

@ts-gql/[email protected]

20 May 02:40
a885f4a
Compare
Choose a tag to compare

Minor Changes

@ts-gql/[email protected]

11 May 03:40
138d252
Compare
Choose a tag to compare

Patch Changes