Closed dsdharam91 closed 8 years ago
trying to add comment by using mutation.comment added but does not reflect on the client store
I suggest to ask this question on StackOverflow. Also this question doesn't seem directly related to isomorphic-relay, but rather to Relay in general.
I also had this problem. I use isomorphic-relay together with isomorphic-relay-router. For me using this.props.relay.commitUpdate(...) instead of Relay.Store.commitUpdate(...) solved the problem.
schema file:
compoent file