diff --git a/.changeset/khaki-rivers-stare.md b/.changeset/khaki-rivers-stare.md new file mode 100644 index 00000000000..4a226bdf2d0 --- /dev/null +++ b/.changeset/khaki-rivers-stare.md @@ -0,0 +1,5 @@ +--- +"@apollo/client": minor +--- + +Update the functions returned by the `ResultFunction` & `VariableMatcher` types to define their own generics which extend from the Variables (`V`) type.