Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

CategoryWhereSearch

export interface CategoryWhereSearch extends BaseSearch {
	ancestor?: string;
	catId?: string;
	catIds?: string[];
	key?: string;
	onlyParent?: string;
	slug?: string;
	slugs?: string[];
}

Properties

NameRequiredTypeDescription
ancestorOptionalstring
catIdOptionalstring
catIdsOptionalstring[]
keyOptionalstring
onlyParentOptionalstring
slugOptionalstring
slugsOptionalstring[]

Referenced Types

On this page