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
Post a Comment