Skip to main content

shape_included

Function shape_included 

Source
pub fn shape_included(row: &mut ParseMap, class_name: &str, is_master: bool)
Expand description

Shape a fetched row for grafting: __type and className, and the _User stripping.

An included _User loses sessionToken and authData for a non-master caller (RestQuery.js:1269-1275). Note this is on top of the target class’s own filterSensitiveData, not instead of it.