zeeshanlakhani
12/12/2016, 6:49 PMschickling
12/12/2016, 6:52 PMmonkeybonkey
12/13/2016, 12:55 PMsorenbs
sorenbs
sdubois
12/13/2016, 2:39 PMsorenbs
gerardsans
12/13/2016, 3:44 PMmonkeybonkey
12/14/2016, 1:26 PM{ user { posts(filter:{id:$nodeId}){ id } }}
works, but { user { posts(id:$nodeId){ id } }}
does not work but { posts(id:$nodeId}{ id }}
does workmonkeybonkey
12/14/2016, 1:29 PMsorenbs
{ Post(id:$nodeId}{ id }}
instead of { posts(id:$nodeId}{ id }}
sorenbs
nilan
12/14/2016, 1:31 PMmonkeybonkey
12/14/2016, 1:31 PMmonkeybonkey
12/14/2016, 1:33 PMsorenbs
monkeybonkey
12/14/2016, 4:22 PM{
user(filter:{id:$nodeId}){
id
}
}
but it doesn’t seem to savemonkeybonkey
12/14/2016, 4:23 PMnilan
12/14/2016, 4:23 PMnodeId
there? shouldn't it be rather userId
?monkeybonkey
12/14/2016, 4:24 PMnilan
12/14/2016, 4:24 PMmonkeybonkey
12/14/2016, 4:24 PMmonkeybonkey
12/14/2016, 4:24 PMmonkeybonkey
12/14/2016, 4:25 PMuser(id:$userId)
right?monkeybonkey
12/14/2016, 4:25 PMsorenbs
sorenbs
sorenbs
{
allUsers(filter:{AND:[
{id:$nodeId},
{id:$userId}]})
{id}
}
schickling
12/15/2016, 7:30 PMabrax
12/15/2016, 8:32 PM