如何为我的React应用设置全局默认fetchPolicy?我希望将“缓存和网络”设置为默认设置。我尝试过:
const client = new ApolloClient({
cache,
link: headerResponseReader.concat(link),
defaultOptions: { query: { fetchPolicy: "cache-and-network" } }
});
但它不起作用。
答案 0 :(得分:0)
For the time being,您必须设置所有三种类型。
def handle(self, *args, **kwargs):
self.model = kwargs['args']