Skip to content

Lookups at FilterConditionValue should produce the types for the descriptionFields #50

@marcusdemoura

Description

@marcusdemoura

Konecty API supports this filter for descriptionFields.

Screenshot 2024-08-08 at 10 34 53

And as a improvement, it should be like this:

FilterConditionValue<'supplier.name.full', FieldOperators<'personName.full'>, PersonName['full']>

or getting from the ProductSupplierType, but it won't have the correct type because PickFromPath can't find the nested field
FilterConditionValue<'supplier.name.full', FieldOperators<ProductSupplierType['name.full']>, string>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions