Skip to content

Instantly share code, notes, and snippets.

@omkar-joshi
Created January 9, 2020 12:23
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 omkar-joshi/463f0ceca53f210f46e26235718d2a58 to your computer and use it in GitHub Desktop.
Save omkar-joshi/463f0ceca53f210f46e26235718d2a58 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