@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultFilter

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

    interface ZslLevelResultFilter {
        levelId?: IntFilter | null;
        userId?: IntFilter | null;
        recordId?: IntFilter | null;
        position?: IntFilter | null;
        points?: IntFilter | null;
        time?: FloatFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        zslLevel?: ZslLevelFilter | null;
        user?: UserFilter | null;
        record?: RecordFilter | null;
        recordExists?: boolean | null;
        and?: ZslLevelResultFilter[] | null;
        or?: ZslLevelResultFilter[] | null;
        not?: ZslLevelResultFilter | null;
    }
    Index

    Properties

    levelId?: IntFilter | null

    Filter by the object’s levelId field.

    userId?: IntFilter | null

    Filter by the object’s userId field.

    recordId?: IntFilter | null

    Filter by the object’s recordId field.

    position?: IntFilter | null

    Filter by the object’s position field.

    points?: IntFilter | null

    Filter by the object’s points field.

    time?: FloatFilter | null

    Filter by the object’s time field.

    dateCreated?: DatetimeFilter | null

    Filter by the object’s dateCreated field.

    dateUpdated?: DatetimeFilter | null

    Filter by the object’s dateUpdated field.

    zslLevel?: ZslLevelFilter | null

    Filter by the object’s zslLevel relation.

    user?: UserFilter | null

    Filter by the object’s user relation.

    record?: RecordFilter | null

    Filter by the object’s record relation.

    recordExists?: boolean | null

    A related record exists.

    and?: ZslLevelResultFilter[] | null

    Checks for all expressions in this list.

    or?: ZslLevelResultFilter[] | null

    Checks for any expressions in this list.

    Negates the expression.