tekk
10/03/2017, 7:29 PMquery ($user_id: ID!, $node_id: ID!) {
SomeUserExists(filter:{
id: $node_id
id: $user_id
})
}
That's obviously not a legal query, but I'm just try to say that the $node_id
must be equal to the $user_id
--am I on the right track?nilan
10/03/2017, 7:32 PMnilan
10/03/2017, 7:32 PMtekk
10/03/2017, 7:32 PMnilan
10/03/2017, 7:33 PM