← Back to Questions
Question
type Contestant @model @auth(rules: [{ allow: public }]) { id: ID! song: Song @hasOne user: Us
View in Discordtype Contestant @model @auth(rules: [{ allow: public }]) { id: ID! song: Song @hasOne user: Us
View in Discord