const defaultOptions = { watchQuery: { fetchPolicy: 'no-cache', }, query: { fetchPolicy: 'no-cache', } } const client = new ApolloClient({ link: ...
確定! 回上一頁