Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 26, 2020 01:34
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 marshallmurphy/1e322aeb6cec24fdacb2d357a569608d to your computer and use it in GitHub Desktop.
Save marshallmurphy/1e322aeb6cec24fdacb2d357a569608d to your computer and use it in GitHub Desktop.
// datamodel.prisma
type User {
id: ID! @id
name: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment