I have set up a basic Relay mutation to add a user, but once executed it returns this error/warning:
Warning: writeRelayUpdatePayload(): Expected response payload to include the newly created edge 'changedUserEdge' and its 'node' field. Did you forget to update the 'RANGE_ADD' mutation config?
I noticed Relay leaves out the changedUserEdge node on the mutation payload and I have no idea why. I looked at a few Relay examples, but the mutation is constructed exactly the same way.
The mutation, the React component I call it from and the generated query can be found in this gist.
I used graffiti-mongoose to generate my GraphQL schema.