Created
May 10, 2018 21:08
-
-
Save geoffjay/193b1b1f4712b00e940ec69a59f10d1d 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
const Property = ` | |
type Property { | |
key: String! | |
value: String | |
} | |
` | |
export default Property |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment