diff --git a/.changeset/good-experts-repair.md b/.changeset/good-experts-repair.md index 554970bba55..37aef92f934 100644 --- a/.changeset/good-experts-repair.md +++ b/.changeset/good-experts-repair.md @@ -2,4 +2,4 @@ "@apollo/client": patch --- -Add an explicit `UseReadQueryResult` TypeScript type for the `useReadQuery` hook. +Add an explicit return type for the `useReadQuery` hook called `UseReadQueryResult`. Previously the return type of this hook was inferred from the return value.