Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created December 30, 2015 16:11
Show Gist options
  • Save clayallsopp/e2dcb2a860c2fa2b7e47 to your computer and use it in GitHub Desktop.
Save clayallsopp/e2dcb2a860c2fa2b7e47 to your computer and use it in GitHub Desktop.
class SaveKeyMutation extends Relay.Mutation {
// ..
getConfigs() {
return [{
type: 'FIELDS_CHANGE',
fieldIDs: {
item: this.props.item.id,
},
}];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment