Skip to content

Instantly share code, notes, and snippets.

@kamilkisiela
Created August 21, 2018 15:14
Show Gist options
  • Save kamilkisiela/526afcf5579b5721361576d28447d4c3 to your computer and use it in GitHub Desktop.
Save kamilkisiela/526afcf5579b5721361576d28447d4c3 to your computer and use it in GitHub Desktop.
type User @entity {
id: String @id
username: String! @column
email: @column
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment