diff --git a/docs/source/data/queries.mdx b/docs/source/data/queries.mdx index 631127175d5..adce76644a6 100644 --- a/docs/source/data/queries.mdx +++ b/docs/source/data/queries.mdx @@ -385,7 +385,7 @@ const DogPhoto = ({ breed }) => ( -The `networkStatus` property is an enum with number values from `1` to `8` that represent different loading states. `4` corresponds to a refetch, but there are also values for polling and pagination. For a full list of all the possible loading states, check out the [source](https://github.com/apollographql/apollo-client/blob/master/packages/apollo-client/src/core/networkStatus.ts). +The `networkStatus` property is an enum with number values from `1` to `8` that represent different loading states. `4` corresponds to a refetch, but there are also values for polling and pagination. For a full list of all the possible loading states, check out the [source](https://github.com/apollographql/apollo-client/blob/master/src/core/networkStatus.ts). ## Inspecting error states