Pieter
07/11/2017, 8:10 AMdavemcorwin
07/11/2017, 1:00 PMtype Location {
address: String!
city: String!
state: String!
zip: Int!
}
type Account {
id: ID! @isUnique
location: Location
}
results in
✖ The relation field `location` must specify a `@relation` directive: `@relation(name: "MyRelation")`
davemcorwin
07/11/2017, 1:01 PMnilan
07/11/2017, 1:13 PMemilrmoeller
07/11/2017, 1:13 PMmichaelsbradleyjr
07/11/2017, 1:13 PMkurt
07/11/2017, 1:13 PMmentallyretired
07/11/2017, 1:13 PMjaison
07/11/2017, 1:13 PMnotrab
07/11/2017, 1:14 PMgojutin
07/11/2017, 1:14 PM12brols
07/11/2017, 1:14 PMnotrab
07/11/2017, 1:14 PMnotrab
07/11/2017, 1:14 PMnotrab
07/11/2017, 1:14 PMKATT
07/11/2017, 1:15 PMWe’re sharing this resource on Product Hunt
KATT
07/11/2017, 1:15 PMnotrab
07/11/2017, 1:15 PMnotrab
07/11/2017, 1:15 PMsiyfion
07/11/2017, 1:15 PMKATT
07/11/2017, 1:16 PMKATT
07/11/2017, 1:16 PMsiyfion
07/11/2017, 1:16 PMtdekoekkoek
07/11/2017, 1:16 PMmentallyretired
07/11/2017, 1:16 PMmentallyretired
07/11/2017, 1:16 PMrpeterson
07/11/2017, 1:17 PMnotrab
07/11/2017, 1:17 PMgojutin
07/11/2017, 1:18 PMmentallyretired
07/11/2017, 1:19 PM