Skip to content

Instantly share code, notes, and snippets.

@vitorpiovezam
Last active March 6, 2019 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitorpiovezam/582d9d3820dc45c1f2a0c5325a79aafd to your computer and use it in GitHub Desktop.
Save vitorpiovezam/582d9d3820dc45c1f2a0c5325a79aafd to your computer and use it in GitHub Desktop.
graphql model
type @model Project {
name: String
tagline: String
contributors: [User] # Reference to your User Type
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment