Skip to content

Instantly share code, notes, and snippets.

@geoffjay
Created May 10, 2018 21:09
Show Gist options
  • Save geoffjay/52d823e74d9869c7febd6d78f4ed6509 to your computer and use it in GitHub Desktop.
Save geoffjay/52d823e74d9869c7febd6d78f4ed6509 to your computer and use it in GitHub Desktop.
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