interface PoolMember_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    account?: InputMaybe<string>;
    account_?: InputMaybe<Account_Filter>;
    account_contains?: InputMaybe<string>;
    account_contains_nocase?: InputMaybe<string>;
    account_ends_with?: InputMaybe<string>;
    account_ends_with_nocase?: InputMaybe<string>;
    account_gt?: InputMaybe<string>;
    account_gte?: InputMaybe<string>;
    account_in?: InputMaybe<string[]>;
    account_lt?: InputMaybe<string>;
    account_lte?: InputMaybe<string>;
    account_not?: InputMaybe<string>;
    account_not_contains?: InputMaybe<string>;
    account_not_contains_nocase?: InputMaybe<string>;
    account_not_ends_with?: InputMaybe<string>;
    account_not_ends_with_nocase?: InputMaybe<string>;
    account_not_in?: InputMaybe<string[]>;
    account_not_starts_with?: InputMaybe<string>;
    account_not_starts_with_nocase?: InputMaybe<string>;
    account_starts_with?: InputMaybe<string>;
    account_starts_with_nocase?: InputMaybe<string>;
    and?: InputMaybe<InputMaybe<PoolMember_Filter>[]>;
    createdAtBlockNumber?: InputMaybe<string>;
    createdAtBlockNumber_gt?: InputMaybe<string>;
    createdAtBlockNumber_gte?: InputMaybe<string>;
    createdAtBlockNumber_in?: InputMaybe<string[]>;
    createdAtBlockNumber_lt?: InputMaybe<string>;
    createdAtBlockNumber_lte?: InputMaybe<string>;
    createdAtBlockNumber_not?: InputMaybe<string>;
    createdAtBlockNumber_not_in?: InputMaybe<string[]>;
    createdAtTimestamp?: InputMaybe<string>;
    createdAtTimestamp_gt?: InputMaybe<string>;
    createdAtTimestamp_gte?: InputMaybe<string>;
    createdAtTimestamp_in?: InputMaybe<string[]>;
    createdAtTimestamp_lt?: InputMaybe<string>;
    createdAtTimestamp_lte?: InputMaybe<string>;
    createdAtTimestamp_not?: InputMaybe<string>;
    createdAtTimestamp_not_in?: InputMaybe<string[]>;
    distributionClaimedEvents_?: InputMaybe<DistributionClaimedEvent_Filter>;
    id?: InputMaybe<string>;
    id_gt?: InputMaybe<string>;
    id_gte?: InputMaybe<string>;
    id_in?: InputMaybe<string[]>;
    id_lt?: InputMaybe<string>;
    id_lte?: InputMaybe<string>;
    id_not?: InputMaybe<string>;
    id_not_in?: InputMaybe<string[]>;
    isConnected?: InputMaybe<boolean>;
    isConnected_in?: InputMaybe<boolean[]>;
    isConnected_not?: InputMaybe<boolean>;
    isConnected_not_in?: InputMaybe<boolean[]>;
    memberUnitsUpdatedEvents_?: InputMaybe<MemberUnitsUpdatedEvent_Filter>;
    or?: InputMaybe<InputMaybe<PoolMember_Filter>[]>;
    pool?: InputMaybe<string>;
    poolConnectionUpdatedEvents_?: InputMaybe<PoolConnectionUpdatedEvent_Filter>;
    poolTotalAmountDistributedUntilUpdatedAt?: InputMaybe<string>;
    poolTotalAmountDistributedUntilUpdatedAt_gt?: InputMaybe<string>;
    poolTotalAmountDistributedUntilUpdatedAt_gte?: InputMaybe<string>;
    poolTotalAmountDistributedUntilUpdatedAt_in?: InputMaybe<string[]>;
    poolTotalAmountDistributedUntilUpdatedAt_lt?: InputMaybe<string>;
    poolTotalAmountDistributedUntilUpdatedAt_lte?: InputMaybe<string>;
    poolTotalAmountDistributedUntilUpdatedAt_not?: InputMaybe<string>;
    poolTotalAmountDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    pool_?: InputMaybe<Pool_Filter>;
    pool_contains?: InputMaybe<string>;
    pool_contains_nocase?: InputMaybe<string>;
    pool_ends_with?: InputMaybe<string>;
    pool_ends_with_nocase?: InputMaybe<string>;
    pool_gt?: InputMaybe<string>;
    pool_gte?: InputMaybe<string>;
    pool_in?: InputMaybe<string[]>;
    pool_lt?: InputMaybe<string>;
    pool_lte?: InputMaybe<string>;
    pool_not?: InputMaybe<string>;
    pool_not_contains?: InputMaybe<string>;
    pool_not_contains_nocase?: InputMaybe<string>;
    pool_not_ends_with?: InputMaybe<string>;
    pool_not_ends_with_nocase?: InputMaybe<string>;
    pool_not_in?: InputMaybe<string[]>;
    pool_not_starts_with?: InputMaybe<string>;
    pool_not_starts_with_nocase?: InputMaybe<string>;
    pool_starts_with?: InputMaybe<string>;
    pool_starts_with_nocase?: InputMaybe<string>;
    syncedPerUnitFlowRate?: InputMaybe<string>;
    syncedPerUnitFlowRate_gt?: InputMaybe<string>;
    syncedPerUnitFlowRate_gte?: InputMaybe<string>;
    syncedPerUnitFlowRate_in?: InputMaybe<string[]>;
    syncedPerUnitFlowRate_lt?: InputMaybe<string>;
    syncedPerUnitFlowRate_lte?: InputMaybe<string>;
    syncedPerUnitFlowRate_not?: InputMaybe<string>;
    syncedPerUnitFlowRate_not_in?: InputMaybe<string[]>;
    syncedPerUnitSettledValue?: InputMaybe<string>;
    syncedPerUnitSettledValue_gt?: InputMaybe<string>;
    syncedPerUnitSettledValue_gte?: InputMaybe<string>;
    syncedPerUnitSettledValue_in?: InputMaybe<string[]>;
    syncedPerUnitSettledValue_lt?: InputMaybe<string>;
    syncedPerUnitSettledValue_lte?: InputMaybe<string>;
    syncedPerUnitSettledValue_not?: InputMaybe<string>;
    syncedPerUnitSettledValue_not_in?: InputMaybe<string[]>;
    totalAmountClaimed?: InputMaybe<string>;
    totalAmountClaimed_gt?: InputMaybe<string>;
    totalAmountClaimed_gte?: InputMaybe<string>;
    totalAmountClaimed_in?: InputMaybe<string[]>;
    totalAmountClaimed_lt?: InputMaybe<string>;
    totalAmountClaimed_lte?: InputMaybe<string>;
    totalAmountClaimed_not?: InputMaybe<string>;
    totalAmountClaimed_not_in?: InputMaybe<string[]>;
    totalAmountReceivedUntilUpdatedAt?: InputMaybe<string>;
    totalAmountReceivedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountReceivedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountReceivedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountReceivedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountReceivedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountReceivedUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountReceivedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    units?: InputMaybe<string>;
    units_gt?: InputMaybe<string>;
    units_gte?: InputMaybe<string>;
    units_in?: InputMaybe<string[]>;
    units_lt?: InputMaybe<string>;
    units_lte?: InputMaybe<string>;
    units_not?: InputMaybe<string>;
    units_not_in?: InputMaybe<string[]>;
    updatedAtBlockNumber?: InputMaybe<string>;
    updatedAtBlockNumber_gt?: InputMaybe<string>;
    updatedAtBlockNumber_gte?: InputMaybe<string>;
    updatedAtBlockNumber_in?: InputMaybe<string[]>;
    updatedAtBlockNumber_lt?: InputMaybe<string>;
    updatedAtBlockNumber_lte?: InputMaybe<string>;
    updatedAtBlockNumber_not?: InputMaybe<string>;
    updatedAtBlockNumber_not_in?: InputMaybe<string[]>;
    updatedAtTimestamp?: InputMaybe<string>;
    updatedAtTimestamp_gt?: InputMaybe<string>;
    updatedAtTimestamp_gte?: InputMaybe<string>;
    updatedAtTimestamp_in?: InputMaybe<string[]>;
    updatedAtTimestamp_lt?: InputMaybe<string>;
    updatedAtTimestamp_lte?: InputMaybe<string>;
    updatedAtTimestamp_not?: InputMaybe<string>;
    updatedAtTimestamp_not_in?: InputMaybe<string[]>;
}

Properties

_change_block? account? account_? account_contains? account_contains_nocase? account_ends_with? account_ends_with_nocase? account_gt? account_gte? account_in? account_lt? account_lte? account_not? account_not_contains? account_not_contains_nocase? account_not_ends_with? account_not_ends_with_nocase? account_not_in? account_not_starts_with? account_not_starts_with_nocase? account_starts_with? account_starts_with_nocase? and? createdAtBlockNumber? createdAtBlockNumber_gt? createdAtBlockNumber_gte? createdAtBlockNumber_in? createdAtBlockNumber_lt? createdAtBlockNumber_lte? createdAtBlockNumber_not? createdAtBlockNumber_not_in? createdAtTimestamp? createdAtTimestamp_gt? createdAtTimestamp_gte? createdAtTimestamp_in? createdAtTimestamp_lt? createdAtTimestamp_lte? createdAtTimestamp_not? createdAtTimestamp_not_in? distributionClaimedEvents_? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? isConnected? isConnected_in? isConnected_not? isConnected_not_in? memberUnitsUpdatedEvents_? or? pool? poolConnectionUpdatedEvents_? poolTotalAmountDistributedUntilUpdatedAt? poolTotalAmountDistributedUntilUpdatedAt_gt? poolTotalAmountDistributedUntilUpdatedAt_gte? poolTotalAmountDistributedUntilUpdatedAt_in? poolTotalAmountDistributedUntilUpdatedAt_lt? poolTotalAmountDistributedUntilUpdatedAt_lte? poolTotalAmountDistributedUntilUpdatedAt_not? poolTotalAmountDistributedUntilUpdatedAt_not_in? pool_? pool_contains? pool_contains_nocase? pool_ends_with? pool_ends_with_nocase? pool_gt? pool_gte? pool_in? pool_lt? pool_lte? pool_not? pool_not_contains? pool_not_contains_nocase? pool_not_ends_with? pool_not_ends_with_nocase? pool_not_in? pool_not_starts_with? pool_not_starts_with_nocase? pool_starts_with? pool_starts_with_nocase? syncedPerUnitFlowRate? syncedPerUnitFlowRate_gt? syncedPerUnitFlowRate_gte? syncedPerUnitFlowRate_in? syncedPerUnitFlowRate_lt? syncedPerUnitFlowRate_lte? syncedPerUnitFlowRate_not? syncedPerUnitFlowRate_not_in? syncedPerUnitSettledValue? syncedPerUnitSettledValue_gt? syncedPerUnitSettledValue_gte? syncedPerUnitSettledValue_in? syncedPerUnitSettledValue_lt? syncedPerUnitSettledValue_lte? syncedPerUnitSettledValue_not? syncedPerUnitSettledValue_not_in? totalAmountClaimed? totalAmountClaimed_gt? totalAmountClaimed_gte? totalAmountClaimed_in? totalAmountClaimed_lt? totalAmountClaimed_lte? totalAmountClaimed_not? totalAmountClaimed_not_in? totalAmountReceivedUntilUpdatedAt? totalAmountReceivedUntilUpdatedAt_gt? totalAmountReceivedUntilUpdatedAt_gte? totalAmountReceivedUntilUpdatedAt_in? totalAmountReceivedUntilUpdatedAt_lt? totalAmountReceivedUntilUpdatedAt_lte? totalAmountReceivedUntilUpdatedAt_not? totalAmountReceivedUntilUpdatedAt_not_in? units? units_gt? units_gte? units_in? units_lt? units_lte? units_not? units_not_in? updatedAtBlockNumber? updatedAtBlockNumber_gt? updatedAtBlockNumber_gte? updatedAtBlockNumber_in? updatedAtBlockNumber_lt? updatedAtBlockNumber_lte? updatedAtBlockNumber_not? updatedAtBlockNumber_not_in? updatedAtTimestamp? updatedAtTimestamp_gt? updatedAtTimestamp_gte? updatedAtTimestamp_in? updatedAtTimestamp_lt? updatedAtTimestamp_lte? updatedAtTimestamp_not? updatedAtTimestamp_not_in?

Properties

account?: InputMaybe<string>
account_contains?: InputMaybe<string>
account_contains_nocase?: InputMaybe<string>
account_ends_with?: InputMaybe<string>
account_ends_with_nocase?: InputMaybe<string>
account_gt?: InputMaybe<string>
account_gte?: InputMaybe<string>
account_in?: InputMaybe<string[]>
account_lt?: InputMaybe<string>
account_lte?: InputMaybe<string>
account_not?: InputMaybe<string>
account_not_contains?: InputMaybe<string>
account_not_contains_nocase?: InputMaybe<string>
account_not_ends_with?: InputMaybe<string>
account_not_ends_with_nocase?: InputMaybe<string>
account_not_in?: InputMaybe<string[]>
account_not_starts_with?: InputMaybe<string>
account_not_starts_with_nocase?: InputMaybe<string>
account_starts_with?: InputMaybe<string>
account_starts_with_nocase?: InputMaybe<string>
createdAtBlockNumber?: InputMaybe<string>
createdAtBlockNumber_gt?: InputMaybe<string>
createdAtBlockNumber_gte?: InputMaybe<string>
createdAtBlockNumber_in?: InputMaybe<string[]>
createdAtBlockNumber_lt?: InputMaybe<string>
createdAtBlockNumber_lte?: InputMaybe<string>
createdAtBlockNumber_not?: InputMaybe<string>
createdAtBlockNumber_not_in?: InputMaybe<string[]>
createdAtTimestamp?: InputMaybe<string>
createdAtTimestamp_gt?: InputMaybe<string>
createdAtTimestamp_gte?: InputMaybe<string>
createdAtTimestamp_in?: InputMaybe<string[]>
createdAtTimestamp_lt?: InputMaybe<string>
createdAtTimestamp_lte?: InputMaybe<string>
createdAtTimestamp_not?: InputMaybe<string>
createdAtTimestamp_not_in?: InputMaybe<string[]>
distributionClaimedEvents_?: InputMaybe<DistributionClaimedEvent_Filter>
id?: InputMaybe<string>
id_gt?: InputMaybe<string>
id_gte?: InputMaybe<string>
id_in?: InputMaybe<string[]>
id_lt?: InputMaybe<string>
id_lte?: InputMaybe<string>
id_not?: InputMaybe<string>
id_not_in?: InputMaybe<string[]>
isConnected?: InputMaybe<boolean>
isConnected_in?: InputMaybe<boolean[]>
isConnected_not?: InputMaybe<boolean>
isConnected_not_in?: InputMaybe<boolean[]>
memberUnitsUpdatedEvents_?: InputMaybe<MemberUnitsUpdatedEvent_Filter>
pool?: InputMaybe<string>
poolConnectionUpdatedEvents_?: InputMaybe<PoolConnectionUpdatedEvent_Filter>
poolTotalAmountDistributedUntilUpdatedAt?: InputMaybe<string>
poolTotalAmountDistributedUntilUpdatedAt_gt?: InputMaybe<string>
poolTotalAmountDistributedUntilUpdatedAt_gte?: InputMaybe<string>
poolTotalAmountDistributedUntilUpdatedAt_in?: InputMaybe<string[]>
poolTotalAmountDistributedUntilUpdatedAt_lt?: InputMaybe<string>
poolTotalAmountDistributedUntilUpdatedAt_lte?: InputMaybe<string>
poolTotalAmountDistributedUntilUpdatedAt_not?: InputMaybe<string>
poolTotalAmountDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>
pool_contains?: InputMaybe<string>
pool_contains_nocase?: InputMaybe<string>
pool_ends_with?: InputMaybe<string>
pool_ends_with_nocase?: InputMaybe<string>
pool_gt?: InputMaybe<string>
pool_gte?: InputMaybe<string>
pool_in?: InputMaybe<string[]>
pool_lt?: InputMaybe<string>
pool_lte?: InputMaybe<string>
pool_not?: InputMaybe<string>
pool_not_contains?: InputMaybe<string>
pool_not_contains_nocase?: InputMaybe<string>
pool_not_ends_with?: InputMaybe<string>
pool_not_ends_with_nocase?: InputMaybe<string>
pool_not_in?: InputMaybe<string[]>
pool_not_starts_with?: InputMaybe<string>
pool_not_starts_with_nocase?: InputMaybe<string>
pool_starts_with?: InputMaybe<string>
pool_starts_with_nocase?: InputMaybe<string>
syncedPerUnitFlowRate?: InputMaybe<string>
syncedPerUnitFlowRate_gt?: InputMaybe<string>
syncedPerUnitFlowRate_gte?: InputMaybe<string>
syncedPerUnitFlowRate_in?: InputMaybe<string[]>
syncedPerUnitFlowRate_lt?: InputMaybe<string>
syncedPerUnitFlowRate_lte?: InputMaybe<string>
syncedPerUnitFlowRate_not?: InputMaybe<string>
syncedPerUnitFlowRate_not_in?: InputMaybe<string[]>
syncedPerUnitSettledValue?: InputMaybe<string>
syncedPerUnitSettledValue_gt?: InputMaybe<string>
syncedPerUnitSettledValue_gte?: InputMaybe<string>
syncedPerUnitSettledValue_in?: InputMaybe<string[]>
syncedPerUnitSettledValue_lt?: InputMaybe<string>
syncedPerUnitSettledValue_lte?: InputMaybe<string>
syncedPerUnitSettledValue_not?: InputMaybe<string>
syncedPerUnitSettledValue_not_in?: InputMaybe<string[]>
totalAmountClaimed?: InputMaybe<string>
totalAmountClaimed_gt?: InputMaybe<string>
totalAmountClaimed_gte?: InputMaybe<string>
totalAmountClaimed_in?: InputMaybe<string[]>
totalAmountClaimed_lt?: InputMaybe<string>
totalAmountClaimed_lte?: InputMaybe<string>
totalAmountClaimed_not?: InputMaybe<string>
totalAmountClaimed_not_in?: InputMaybe<string[]>
totalAmountReceivedUntilUpdatedAt?: InputMaybe<string>
totalAmountReceivedUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountReceivedUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountReceivedUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountReceivedUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountReceivedUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountReceivedUntilUpdatedAt_not?: InputMaybe<string>
totalAmountReceivedUntilUpdatedAt_not_in?: InputMaybe<string[]>
units?: InputMaybe<string>
units_gt?: InputMaybe<string>
units_gte?: InputMaybe<string>
units_in?: InputMaybe<string[]>
units_lt?: InputMaybe<string>
units_lte?: InputMaybe<string>
units_not?: InputMaybe<string>
units_not_in?: InputMaybe<string[]>
updatedAtBlockNumber?: InputMaybe<string>
updatedAtBlockNumber_gt?: InputMaybe<string>
updatedAtBlockNumber_gte?: InputMaybe<string>
updatedAtBlockNumber_in?: InputMaybe<string[]>
updatedAtBlockNumber_lt?: InputMaybe<string>
updatedAtBlockNumber_lte?: InputMaybe<string>
updatedAtBlockNumber_not?: InputMaybe<string>
updatedAtBlockNumber_not_in?: InputMaybe<string[]>
updatedAtTimestamp?: InputMaybe<string>
updatedAtTimestamp_gt?: InputMaybe<string>
updatedAtTimestamp_gte?: InputMaybe<string>
updatedAtTimestamp_in?: InputMaybe<string[]>
updatedAtTimestamp_lt?: InputMaybe<string>
updatedAtTimestamp_lte?: InputMaybe<string>
updatedAtTimestamp_not?: InputMaybe<string>
updatedAtTimestamp_not_in?: InputMaybe<string[]>

Generated using TypeDoc