diff --git a/.changeset/chilly-cats-smell.md b/.changeset/chilly-cats-smell.md new file mode 100644 index 00000000..d6ea1740 --- /dev/null +++ b/.changeset/chilly-cats-smell.md @@ -0,0 +1,5 @@ +--- +'gql.tada': patch +--- + +Replace redundant `$tada.ref` value on `$tada.fragmentRefs` definitions for masked fragments with typename string literal. The record for fragment masks is already namespaced, so there wasn't a need to use a symbol value here, and this further increases readability and usefulness.