Created
December 30, 2015 16:11
-
-
Save clayallsopp/e2dcb2a860c2fa2b7e47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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