Created
August 20, 2018 21:47
-
-
Save kamilkisiela/94c4678b1a5e33a4bea93e0ef43b836f to your computer and use it in GitHub Desktop.
Feed query
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
query Feed { | |
posts { | |
id | |
title | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment