如何在 React Native 上取消缓存 schema.json
how to uncached schema.json on react native
我正在使用 react-native 中继,当我更新我的 graphql 时 schema.json 我的 react-native 应用程序没有检测到更改
我收到验证错误 Unknown type myMutationPayload
,但缺少的字段在我的 localhost:8000/graphql 文档
我检查了我的 schema.json 并且字段在那里
我们应该像这样清除 react-native 缓存:
react-native start --reset-cache
我正在使用 react-native 中继,当我更新我的 graphql 时 schema.json 我的 react-native 应用程序没有检测到更改
我收到验证错误 Unknown type myMutationPayload
,但缺少的字段在我的 localhost:8000/graphql 文档
我检查了我的 schema.json 并且字段在那里
我们应该像这样清除 react-native 缓存:
react-native start --reset-cache