Created
August 25, 2017 15:40
-
-
Save gc-codesnippets/acb98b8d54ad3781ae0fb60e32bfb18b 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_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