Closed
Description
I tried to use 'and' query by following the guidance http://docs.parseplatform.org/js/guide/#and-ed-query-constraints
var mainQuery = Parse.Query.and( Parse.Query.or(age16Query, age18Query), Parse.Query.or(friends0Query, friends2Query) );
but it throws the error
vue.runtime.esm.js?23ec:1695 TypeError: __WEBPACK_IMPORTED_MODULE_1_parse___default.a.Query.and is not a function
and I did not find 'and' method in http://parseplatform.org/Parse-SDK-JS/api/v1.11.0/ either.
Metadata
Metadata
Assignees
Labels
No labels