Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gc-codesnippets/83796e21c5a7558b73d7717baee5b353 to your computer and use it in GitHub Desktop.
export default graphql(createMessage, {name : 'createMessageMutation'})(
graphql(allMessages, {name: 'allMessagesQuery'})(Chat)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment