Method: Parse::Constraint::RejectionConstraint#dont_select

Defined in:
lib/parse/query/constraints.rb

#dont_selectRejectionConstraint

A registered method on a symbol to create the constraint. Maps to Parse operator “$dontSelect”.

Examples:

q.where :field.reject => { key: :other_field, query: query }

Returns:



# File 'lib/parse/query/constraints.rb', line 448