Created
August 25, 2017 15:26
-
-
Save gc-codesnippets/f111b0b283a1000414d667c7de2360ac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| export default createFragmentContainer(Post, graphql` | |
| 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