Issue Description
Parse server is rejecting Parse.Query.and queries in conjution with relations, Parse.Query.or is working correctly.
my usecase is sending a push notification with complex query. therefore I need the Parse.Query.and

Steps to reproduce
Not working:

Working:

Expected Results
$relatedTo to be supported.
Actual Outcome
an exception.
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 2.7.4
- Operating System: windows
- Hardware: my pc
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): local
-
Database
- MongoDB version: n/a
- Storage engine: n/a
- Hardware: n/a
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): mLab
Issue Description
Parse server is rejecting
Parse.Query.andqueries in conjution with relations,Parse.Query.oris working correctly.my usecase is sending a push notification with complex query. therefore I need the
Parse.Query.andSteps to reproduce
Not working:

Working:
Expected Results
$relatedToto be supported.Actual Outcome
an exception.
Environment Setup
Server
Database