mj
query ($user_id: ID!, $node_id: ID!) { SomeUserExists(filter: { AND: [ { id: $user_id }, { account_some: { id: $node_id } } ] }) }