Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gc-codesnippets/acb98b8d54ad3781ae0fb60e32bfb18b to your computer and use it in GitHub Desktop.
export default createFragmentContainer(Post, graphql`
fragment Post_viewer on Viewer {
id
}
fragment Post_post on Post {
id
description
imageUrl
}
`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment