@zeepkist/graphql
    Preparing search index...

    Interface ZRtmRecordFilter

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

    interface ZRtmRecordFilter {
        id?: null | IntFilter;
        idLevel?: null | IntFilter;
        workshopId?: null | BigFloatFilter;
        authorId?: null | BigFloatFilter;
        name?: null | StringFilter;
        imageUrl?: null | StringFilter;
        fileAuthor?: null | StringFilter;
        fileUid?: null | StringFilter;
        validationTimeAuthor?: null | FloatFilter;
        validationTimeGold?: null | FloatFilter;
        validationTimeSilver?: null | FloatFilter;
        validationTimeBronze?: null | FloatFilter;
        deleted?: null | BooleanFilter;
        createdAt?: null | DatetimeFilter;
        updatedAt?: null | DatetimeFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        amountCheckpoints?: null | IntFilter;
        amountFinishes?: null | IntFilter;
        amountBlocks?: null | IntFilter;
        numRecords?: null | BigIntFilter;
        and?: null | ZRtmRecordFilter[];
        or?: null | ZRtmRecordFilter[];
        not?: null | ZRtmRecordFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    idLevel?: null | IntFilter

    Filter by the object’s idLevel field.

    workshopId?: null | BigFloatFilter

    Filter by the object’s workshopId field.

    authorId?: null | BigFloatFilter

    Filter by the object’s authorId field.

    name?: null | StringFilter

    Filter by the object’s name field.

    imageUrl?: null | StringFilter

    Filter by the object’s imageUrl field.

    fileAuthor?: null | StringFilter

    Filter by the object’s fileAuthor field.

    fileUid?: null | StringFilter

    Filter by the object’s fileUid field.

    validationTimeAuthor?: null | FloatFilter

    Filter by the object’s validationTimeAuthor field.

    validationTimeGold?: null | FloatFilter

    Filter by the object’s validationTimeGold field.

    validationTimeSilver?: null | FloatFilter

    Filter by the object’s validationTimeSilver field.

    validationTimeBronze?: null | FloatFilter

    Filter by the object’s validationTimeBronze field.

    deleted?: null | BooleanFilter

    Filter by the object’s deleted field.

    createdAt?: null | DatetimeFilter

    Filter by the object’s createdAt field.

    updatedAt?: null | DatetimeFilter

    Filter by the object’s updatedAt field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    amountCheckpoints?: null | IntFilter

    Filter by the object’s amountCheckpoints field.

    amountFinishes?: null | IntFilter

    Filter by the object’s amountFinishes field.

    amountBlocks?: null | IntFilter

    Filter by the object’s amountBlocks field.

    numRecords?: null | BigIntFilter

    Filter by the object’s numRecords field.

    and?: null | ZRtmRecordFilter[]

    Checks for all expressions in this list.

    or?: null | ZRtmRecordFilter[]

    Checks for any expressions in this list.

    not?: null | ZRtmRecordFilter

    Negates the expression.