Apollo-React hooks can easily refetch queries
React-apollo hooks allow you to easily refetch queries after a mutation, which is useful for updating a list when you have create/update/delete mutations.
useMutation
takes an argument called refetchQueries
that will run queries named in the array.