Created
May 10, 2018 21:09
-
-
Save geoffjay/52d823e74d9869c7febd6d78f4ed6509 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 Plugin = ` | |
type Plugin { | |
id: String! | |
type: String | |
objects: [Obj] | |
properties: [Property] | |
} | |
` | |
export default Plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment