API Collection
AnyQueryableProperty Implementations
Topics
Instance Properties
pathProvides the database field’s “path” - a nonempty list of field keys whose last item provides the name the field has in the database (which need not be the same as the name the corresponding model property has in Swift). A path containing more than one key theoretically describes a nested structure within the database, such as a field containing a complex JSON document, but at present this is not fully implemented by Fluent, making a multi-key path as invalid as an empty one.