Created
November 3, 2017 16:08
-
-
Save wharley/9111fe71e47b2d64bc366c62984538c0 to your computer and use it in GitHub Desktop.
Embends on Medium
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
type Query { | |
me: User | |
} | |
type User { | |
id: ID | |
name: String | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment