Skip to content

Instantly share code, notes, and snippets.

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