Function sudodb::read[][src]

pub fn read(
    object_type_store: &ObjectTypeStore,
    object_type_name: &str,
    inputs: &Vec<ReadInput>,
    selection_set: &SelectionSet
) -> Result<Vec<JSONString>, Box<dyn Error>>