pub fn document_to_graphql_value(
doc: &Document,
collection_def: &CollectionDef,
) -> ValueExpand description
Convert a MongoDB document to a GraphQL-compatible JSON value.
pub fn document_to_graphql_value(
doc: &Document,
collection_def: &CollectionDef,
) -> ValueConvert a MongoDB document to a GraphQL-compatible JSON value.