pub fn required_read_columns(class_name: &str) -> &'static [&'static str]Expand description
Columns that must be present for a read of a class (requiredColumns.read,
SchemaController.js:154-156).
Carried for completeness of the table. Upstream exports requiredColumns whole and only the
write half is consulted by validateRequiredColumns; the read half is used by the GraphQL
schema builder, which is out of scope until M7.