pub fn generate_full_schema<S>(
aggregator: TypeAggregator<<S as CustomSchema>::CustomAggregatorTypeKind>,
) -> VersionedSchema<S>where
S: CustomSchema,
Expand description
You may wish to use the newer aggregator.generate_type_collection_schema()
which, in tandom with add_named_root_type_and_descendents
also captures named root types to give more structure to enable schema
comparisons over time.