gql.tada@1.8.8
github-actions
released this
19 Sep 14:01
·
8 commits
to main
since this release
Patch Changes
- Add
loc
getter to parsedDocumentNode
fragment outputs to ensure that using fragments created bygql.tada
'sgraphql()
function withgraphql-tag
doesn't crash.graphql-tag
does not treat theDocumentNode.loc
property as optional on interpolations, which leads to intercompatibility issues
Submitted by @kitten (See #396)