@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelPointFilter

    A filter to be used against SampledLevelPoint object types. All fields are combined with a logical ‘and.’

    interface SampledLevelPointFilter {
        id?: null | IntFilter;
        points?: null | IntFilter;
        levelId?: null | IntFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        and?: null | SampledLevelPointFilter[];
        or?: null | SampledLevelPointFilter[];
        not?: null | SampledLevelPointFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    points?: null | IntFilter

    Filter by the object’s points field.

    levelId?: null | IntFilter

    Filter by the object’s levelId field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    Checks for all expressions in this list.

    Checks for any expressions in this list.

    Negates the expression.