Joshua Johnsgaard
04/05/2018, 4:23 PMtype VignetteTags @model {
# ID
id: ID! @isUnique
# Weight
weight: Int!
# Tag relationship
tag: Tag! @relation(name: "VignetteTagPivotTags")
# Vignette Relationship
vignette: Vignette! @relation(name: "VignetteTags")
}