Skip to content

Commit

Permalink
Merge pull request #5875 from sbays/patch-1
Browse files Browse the repository at this point in the history
Update link to docs for networkStatus
  • Loading branch information
Stephen Barlow committed Feb 20, 2020
2 parents 4cca16e + 1d6593f commit 71c816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const DogPhoto = ({ breed }) => (
</div>
</MultiCodeBlock>

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

Expand Down

0 comments on commit 71c816a

Please sign in to comment.