@ts-gql/tag@0.6.0
github-actions
released this
09 Nov 01:06
·
55 commits
to main
since this release
Minor Changes
-
#90
dc22e45
Thanks @mitchellhamilton! - Removed unusedDocuments
export. -
#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 -
#90
dc22e45
Thanks @mitchellhamilton! - Removed spread parameter fromgql
export to align with the fact thatgql
from the@ts-gql/tag
entrypoint does not allow interpolations.