const [vote] = useMutation(VOTE_MUTATION, { variables: { linkId: link.id }, update: (cache, {data: {vote}}) => { const { feed } = cache.readQuery({ query: ...
確定! 回上一頁