@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?: null | IntFilter;
        userId?: null | IntFilter;
        recordId?: null | IntFilter;
        position?: null | IntFilter;
        points?: null | IntFilter;
        time?: null | FloatFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        zslLevel?: null | ZslLevelFilter;
        user?: null | UserFilter;
        record?: null | RecordFilter;
        recordExists?: null | boolean;
        and?: null | ZslLevelResultFilter[];
        or?: null | ZslLevelResultFilter[];
        not?: null | ZslLevelResultFilter;
    }
    Index

    Properties

    levelId?: null | IntFilter

    Filter by the object’s levelId field.

    userId?: null | IntFilter

    Filter by the object’s userId field.

    recordId?: null | IntFilter

    Filter by the object’s recordId field.

    position?: null | IntFilter

    Filter by the object’s position field.

    points?: null | IntFilter

    Filter by the object’s points field.

    time?: null | FloatFilter

    Filter by the object’s time field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    zslLevel?: null | ZslLevelFilter

    Filter by the object’s zslLevel relation.

    user?: null | UserFilter

    Filter by the object’s user relation.

    record?: null | RecordFilter

    Filter by the object’s record relation.

    recordExists?: null | boolean

    A related record exists.

    and?: null | ZslLevelResultFilter[]

    Checks for all expressions in this list.

    or?: null | ZslLevelResultFilter[]

    Checks for any expressions in this list.

    Negates the expression.