Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 25, 2020 10:17
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 velotiotech/7b0f3c2f5368958aba73fb479e7c86fa to your computer and use it in GitHub Desktop.
Save velotiotech/7b0f3c2f5368958aba73fb479e7c86fa to your computer and use it in GitHub Desktop.
Snippet #3
type Restaurant @model {
id: ID!
name: String!
description: String!
city: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment