如何解析schema.json on react native

时间:2016-06-28 11:45:49

标签: react-native relayjs

我在使用react-native时使用relay,当我更新我的graphql schema.json时,我的react-native app没有检测到更改

我收到验证错误Unknown type myMutationPayload,但缺少的字段位于我的localhost:8000 / graphql docs

我已经检查了我的schema.json,字段在那里

1 个答案:

答案 0 :(得分:1)

我们应该像这样清除react-native缓存:

 react-native start --reset-cache