Skip to content

IncludeFilter

class in JsonApiToolkit.Models.Querying.Filtering

Filter applied to an included relationship (e.g., filter[author.name]=John).

public class IncludeFilter

Constructors

IncludeFilter()

Properties

RelationshipPath : string

Relationship path (e.g., "author").

FilterGroup : FilterGroup

Filter group containing all conditions for this relationship path. Preserves logical operator structure (AND/OR/NOT).