Last active
September 22, 2019 09:32
-
-
Save dbayarchyk/3c9a7ca716cd82459a89c2942f048829 to your computer and use it in GitHub Desktop.
Improve your GraphQL schema with the Relay Specification - PostQueryByNode.gql
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 ($id: ID!){ | |
node(id: $id) { | |
id | |
... on Post { | |
title | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment