Created
August 25, 2017 15:10
-
-
Save gc-codesnippets/8d9df3ca5a0f89d75f827ed645dae140 to your computer and use it in GitHub Desktop.
This file contains 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
import ChangeTodoStatusMutation from '../mutations/ChangeTodoStatusMutation' | |
// ... | |
ChangeTodoStatusMutation.commit( | |
this.props.relay.environment, | |
complete, | |
todo, | |
this.props.viewer.id | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment