Skip to content

Instantly share code, notes, and snippets.

@dbslone
Last active March 29, 2016 05:27
Show Gist options
  • Save dbslone/4a377271b314082f68e3 to your computer and use it in GitHub Desktop.
Save dbslone/4a377271b314082f68e3 to your computer and use it in GitHub Desktop.
const jsonGraph = {
projects: {
123: {
otherDetails: value
}
}
}
this.props.falcor.set(jsonGraph).then(res => {
console.log("RES: ", res)
}, (err) => {
console.log('error: ', JSON.stringify(err))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment