Skip to content

Instantly share code, notes, and snippets.

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