Gorodov Maksim
07/04/2018, 8:45 AMAction
can be connected to many `Person`sArnab
07/04/2018, 8:48 AMquery {
action(id: "1") {
members {
person {
name
}
}
}
}
Arnab
07/04/2018, 8:49 AMGorodov Maksim
07/04/2018, 8:51 AMPerson
, I connect it to User
throw author: User!
. I need to do something like that with Action
but Idk how because Action
can be connected to many `Person`sArnab
07/04/2018, 8:51 AM