Created
December 10, 2021 04:51
-
-
Save manakuro/c6f1d7bb9afab385df7e86b84713a1c1 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
| interface Node { | |
| id: ID! | |
| } | |
| type Query { | |
| node(id: ID!): Node | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment