rane
05/17/2017, 12:02 AMartyom
05/17/2017, 12:10 AMartyom
05/17/2017, 12:10 AMderbingle
05/17/2017, 12:41 AMnerves
05/17/2017, 12:43 AMpegazux
05/17/2017, 12:57 AMthe_bluescreen
05/17/2017, 1:09 AMthe_bluescreen
05/17/2017, 1:09 AMthe_bluescreen
05/17/2017, 1:14 AMsoonertrent
05/17/2017, 1:26 AMbobbyt
05/17/2017, 1:34 AMError: GraphQL error: Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj2sbazne0wpk0148jiv4nn48
bobbyt
05/17/2017, 1:36 AMpegazux
05/17/2017, 1:38 AMkarloluis
05/17/2017, 4:18 AMilja
05/17/2017, 4:42 AMmeatwallace
05/17/2017, 5:07 AMtype File implements Node {
...
owner: User! @relation(name: "FileOwner")
}
type User implements Node {
...
resume: File! @relation(name: "FileOwner")
coverLetter: File! @relation(name: "FileOwner")
}
However I receive A relation directive with a name must appear exactly 2 times.
Is there a better approach than creating 2 seperate relationships with 2 seperate propertys on the File type?
Thanks for any help!ppatidar
05/17/2017, 5:52 AMmeatwallace
05/17/2017, 6:10 AMinterface
?samuell
05/17/2017, 6:36 AMsamuell
05/17/2017, 6:38 AMjdspugh
05/17/2017, 7:37 AMjoar
05/17/2017, 8:14 AMfunctions
for that. Hook into the request flowjjaybrown98
05/17/2017, 8:18 AMmichaelchiche
05/17/2017, 8:19 AMjdspugh
05/17/2017, 8:23 AMwallslide
05/17/2017, 9:04 AMppatidar
05/17/2017, 9:07 AMricheterre
05/17/2017, 9:40 AMppatidar
05/17/2017, 9:46 AMppatidar
05/17/2017, 9:56 AM