Bro
03/27/2018, 3:49 PMBro
03/27/2018, 3:50 PMtype Player {
name: String! @unique
totalCoins: Int! @default(value: 0)
theBank: Bank!
}
type Bank {
name: String! @unique
player: [Player!]!
}
Where all players are connected to the same bank when created.harmony
03/27/2018, 3:52 PMBro
03/27/2018, 3:54 PMharmony
03/27/2018, 3:58 PMharmony
03/27/2018, 3:58 PMBro
03/27/2018, 4:04 PMharmony
03/27/2018, 4:11 PMBro
03/27/2018, 4:23 PMBro
03/27/2018, 4:25 PMharmony
03/27/2018, 4:29 PMBro
03/27/2018, 4:36 PM