Skip to content

Instantly share code, notes, and snippets.

@Yassir4
Created September 15, 2020 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yassir4/3a2fbd6ea4de6a8e883cb07d30a33eab to your computer and use it in GitHub Desktop.
Save Yassir4/3a2fbd6ea4de6a8e883cb07d30a33eab to your computer and use it in GitHub Desktop.
import { NetworkStatus } from '@apollo/client'
.
.
.
const { data, error, loading, fetchMore, refetch, networkStatus } = useQuery(REPOSITORIES_QUERY, {
variables: { first: 15 },
notifyOnNetworkStatusChange: true,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment