Releases: Thinkmill/ts-gql
Releases · Thinkmill/ts-gql
@ts-gql/config@0.9.0
Minor Changes
- #90
dc22e45
Thanks @mitchellhamilton! - Added support for"mode": "no-transform"
and"mode": "mixed"
. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details
@ts-gql/compiler@0.15.0
Minor Changes
-
#90
dc22e45
Thanks @mitchellhamilton! - Addedname
property toBaseTypedFragment
andfragments
property toBaseTypedDocument
-
#90
dc22e45
Thanks @mitchellhamilton! - Added support for"mode": "no-transform"
and"mode": "mixed"
. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details
Patch Changes
- Updated dependencies [
dc22e45
]:- @ts-gql/config@0.9.0
@ts-gql/apollo@0.10.0
Minor Changes
- #90
dc22e45
Thanks @mitchellhamilton! - Added support for"mode": "no-transform"
and"mode": "mixed"
. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details
Patch Changes
@ts-gql/apollo-client-v2@0.5.0
Minor Changes
- #90
dc22e45
Thanks @mitchellhamilton! - Added support for"mode": "no-transform"
and"mode": "mixed"
. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details
@ts-gql/next@15.0.1
Patch Changes
- Updated dependencies [
0e9f8b4
]:- @ts-gql/compiler@0.14.4
@ts-gql/compiler@0.14.4
Patch Changes
0e9f8b4
Thanks @mitchellhamilton! - Fixed erroring withEISDIR
when a directory that ends with.ts
/.tsx
exists
@ts-gql/apollo@0.9.2
Patch Changes
7535729
#86 Thanks @jesstelford! - Supportquery
'scontext
parameter, and tightens upmutate
's existingcontext
parameter to be more in line with Apollo's.
@ts-gql/schema@0.11.2
Patch Changes
d687c4a
Thanks @mitchellhamilton! -resolveType
in the arguments totypes.union
is now optional.
@ts-gql/schema@0.11.1
Patch Changes
1d9e5e5
Thanks @mitchellhamilton! - Fixed excess properties/default values that don't match the type being allowed to be passed totypes.arg()
@ts-gql/schema@0.11.0
Minor Changes
64a74d3
Thanks @mitchellhamilton! - Fixed inference ofdefaultValue
intypes.arg
to infer theDefaultValue
to beundefined
whendefaultValue
is not passed