relayjs - how to uncached schema.json on react native -


i'm using relay react-native, when update graphql schema.json changes not detected react-native app

i'm getting validation error unknown type mymutationpayload, missing fields in localhost:8000/graphql docs

i've checked schema.json , fields there

we should clear react-native cache this:

 react-native start --reset-cache 

Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -