matty
query permitCreatePost($user_id: ID!, $node_userId: ID!) { SomeUserExists(filter: { AND: [{ id: $user_id }, { id: $node_userId }] }) }