I have following logic in a React app using Apollo Client.
1 - I fetch contacts
const { data } = useQuery(FETCH, { variables })
2 - I