@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?: IntFilter | null;
        idLevel?: IntFilter | null;
        workshopId?: BigFloatFilter | null;
        authorId?: BigFloatFilter | null;
        name?: StringFilter | null;
        imageUrl?: StringFilter | null;
        fileAuthor?: StringFilter | null;
        fileUid?: StringFilter | null;
        validationTimeAuthor?: FloatFilter | null;
        validationTimeGold?: FloatFilter | null;
        validationTimeSilver?: FloatFilter | null;
        validationTimeBronze?: FloatFilter | null;
        deleted?: BooleanFilter | null;
        createdAt?: DatetimeFilter | null;
        updatedAt?: DatetimeFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        amountCheckpoints?: IntFilter | null;
        amountFinishes?: IntFilter | null;
        amountBlocks?: IntFilter | null;
        numRecords?: BigIntFilter | null;
        and?: ZRtmRecordFilter[] | null;
        or?: ZRtmRecordFilter[] | null;
        not?: ZRtmRecordFilter | null;
    }
    Index

    Properties

    id?: IntFilter | null

    Filter by the object’s id field.

    idLevel?: IntFilter | null

    Filter by the object’s idLevel field.

    workshopId?: BigFloatFilter | null

    Filter by the object’s workshopId field.

    authorId?: BigFloatFilter | null

    Filter by the object’s authorId field.

    name?: StringFilter | null

    Filter by the object’s name field.

    imageUrl?: StringFilter | null

    Filter by the object’s imageUrl field.

    fileAuthor?: StringFilter | null

    Filter by the object’s fileAuthor field.

    fileUid?: StringFilter | null

    Filter by the object’s fileUid field.

    validationTimeAuthor?: FloatFilter | null

    Filter by the object’s validationTimeAuthor field.

    validationTimeGold?: FloatFilter | null

    Filter by the object’s validationTimeGold field.

    validationTimeSilver?: FloatFilter | null

    Filter by the object’s validationTimeSilver field.

    validationTimeBronze?: FloatFilter | null

    Filter by the object’s validationTimeBronze field.

    deleted?: BooleanFilter | null

    Filter by the object’s deleted field.

    createdAt?: DatetimeFilter | null

    Filter by the object’s createdAt field.

    updatedAt?: DatetimeFilter | null

    Filter by the object’s updatedAt field.

    dateCreated?: DatetimeFilter | null

    Filter by the object’s dateCreated field.

    dateUpdated?: DatetimeFilter | null

    Filter by the object’s dateUpdated field.

    amountCheckpoints?: IntFilter | null

    Filter by the object’s amountCheckpoints field.

    amountFinishes?: IntFilter | null

    Filter by the object’s amountFinishes field.

    amountBlocks?: IntFilter | null

    Filter by the object’s amountBlocks field.

    numRecords?: BigIntFilter | null

    Filter by the object’s numRecords field.

    and?: ZRtmRecordFilter[] | null

    Checks for all expressions in this list.

    or?: ZRtmRecordFilter[] | null

    Checks for any expressions in this list.

    not?: ZRtmRecordFilter | null

    Negates the expression.