Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created August 25, 2017 15:38
Show Gist options
  • Select an option

  • Save gc-codesnippets/be2aa7983a32362d39cfa1db48628b05 to your computer and use it in GitHub Desktop.

Select an option

Save gc-codesnippets/be2aa7983a32362d39cfa1db48628b05 to your computer and use it in GitHub Desktop.
_handlePost = (viewerId) => {
const {description, imageUrl} = this.state
CreatePostMutation(description, imageUrl, viewerId, () => this.props.router.replace('/'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment