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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -