interface Pool_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    adjustmentFlowRate?: InputMaybe<string>;
    adjustmentFlowRate_gt?: InputMaybe<string>;
    adjustmentFlowRate_gte?: InputMaybe<string>;
    adjustmentFlowRate_in?: InputMaybe<string[]>;
    adjustmentFlowRate_lt?: InputMaybe<string>;
    adjustmentFlowRate_lte?: InputMaybe<string>;
    adjustmentFlowRate_not?: InputMaybe<string>;
    adjustmentFlowRate_not_in?: InputMaybe<string[]>;
    admin?: InputMaybe<string>;
    admin_?: InputMaybe<Account_Filter>;
    admin_contains?: InputMaybe<string>;
    admin_contains_nocase?: InputMaybe<string>;
    admin_ends_with?: InputMaybe<string>;
    admin_ends_with_nocase?: InputMaybe<string>;
    admin_gt?: InputMaybe<string>;
    admin_gte?: InputMaybe<string>;
    admin_in?: InputMaybe<string[]>;
    admin_lt?: InputMaybe<string>;
    admin_lte?: InputMaybe<string>;
    admin_not?: InputMaybe<string>;
    admin_not_contains?: InputMaybe<string>;
    admin_not_contains_nocase?: InputMaybe<string>;
    admin_not_ends_with?: InputMaybe<string>;
    admin_not_ends_with_nocase?: InputMaybe<string>;
    admin_not_in?: InputMaybe<string[]>;
    admin_not_starts_with?: InputMaybe<string>;
    admin_not_starts_with_nocase?: InputMaybe<string>;
    admin_starts_with?: InputMaybe<string>;
    admin_starts_with_nocase?: InputMaybe<string>;
    and?: InputMaybe<InputMaybe<Pool_Filter>[]>;
    bufferAdjustedEvents_?: InputMaybe<BufferAdjustedEvent_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>;
    flowDistributionUpdatedEvents_?: InputMaybe<FlowDistributionUpdatedEvent_Filter>;
    flowRate?: InputMaybe<string>;
    flowRate_gt?: InputMaybe<string>;
    flowRate_gte?: InputMaybe<string>;
    flowRate_in?: InputMaybe<string[]>;
    flowRate_lt?: InputMaybe<string>;
    flowRate_lte?: InputMaybe<string>;
    flowRate_not?: InputMaybe<string>;
    flowRate_not_in?: InputMaybe<string[]>;
    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[]>;
    instantDistributionUpdatedEvents_?: InputMaybe<InstantDistributionUpdatedEvent_Filter>;
    memberUnitsUpdatedEvents_?: InputMaybe<MemberUnitsUpdatedEvent_Filter>;
    or?: InputMaybe<InputMaybe<Pool_Filter>[]>;
    perUnitFlowRate?: InputMaybe<string>;
    perUnitFlowRate_gt?: InputMaybe<string>;
    perUnitFlowRate_gte?: InputMaybe<string>;
    perUnitFlowRate_in?: InputMaybe<string[]>;
    perUnitFlowRate_lt?: InputMaybe<string>;
    perUnitFlowRate_lte?: InputMaybe<string>;
    perUnitFlowRate_not?: InputMaybe<string>;
    perUnitFlowRate_not_in?: InputMaybe<string[]>;
    perUnitSettledValue?: InputMaybe<string>;
    perUnitSettledValue_gt?: InputMaybe<string>;
    perUnitSettledValue_gte?: InputMaybe<string>;
    perUnitSettledValue_in?: InputMaybe<string[]>;
    perUnitSettledValue_lt?: InputMaybe<string>;
    perUnitSettledValue_lte?: InputMaybe<string>;
    perUnitSettledValue_not?: InputMaybe<string>;
    perUnitSettledValue_not_in?: InputMaybe<string[]>;
    poolConnectionUpdatedEvents_?: InputMaybe<PoolConnectionUpdatedEvent_Filter>;
    poolCreatedEvent_?: InputMaybe<PoolCreatedEvent_Filter>;
    poolDistributors_?: InputMaybe<PoolDistributor_Filter>;
    poolMembers_?: InputMaybe<PoolMember_Filter>;
    token?: InputMaybe<string>;
    token_?: InputMaybe<Token_Filter>;
    token_contains?: InputMaybe<string>;
    token_contains_nocase?: InputMaybe<string>;
    token_ends_with?: InputMaybe<string>;
    token_ends_with_nocase?: InputMaybe<string>;
    token_gt?: InputMaybe<string>;
    token_gte?: InputMaybe<string>;
    token_in?: InputMaybe<string[]>;
    token_lt?: InputMaybe<string>;
    token_lte?: InputMaybe<string>;
    token_not?: InputMaybe<string>;
    token_not_contains?: InputMaybe<string>;
    token_not_contains_nocase?: InputMaybe<string>;
    token_not_ends_with?: InputMaybe<string>;
    token_not_ends_with_nocase?: InputMaybe<string>;
    token_not_in?: InputMaybe<string[]>;
    token_not_starts_with?: InputMaybe<string>;
    token_not_starts_with_nocase?: InputMaybe<string>;
    token_starts_with?: InputMaybe<string>;
    token_starts_with_nocase?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountDistributedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalAmountFlowedDistributedUntilUpdatedAt?: InputMaybe<string>;
    totalAmountFlowedDistributedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountFlowedDistributedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountFlowedDistributedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountFlowedDistributedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountFlowedDistributedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountFlowedDistributedUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountFlowedDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalAmountInstantlyDistributedUntilUpdatedAt?: InputMaybe<string>;
    totalAmountInstantlyDistributedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountInstantlyDistributedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountInstantlyDistributedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountInstantlyDistributedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountInstantlyDistributedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountInstantlyDistributedUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountInstantlyDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalBuffer?: InputMaybe<string>;
    totalBuffer_gt?: InputMaybe<string>;
    totalBuffer_gte?: InputMaybe<string>;
    totalBuffer_in?: InputMaybe<string[]>;
    totalBuffer_lt?: InputMaybe<string>;
    totalBuffer_lte?: InputMaybe<string>;
    totalBuffer_not?: InputMaybe<string>;
    totalBuffer_not_in?: InputMaybe<string[]>;
    totalConnectedMembers?: InputMaybe<number>;
    totalConnectedMembers_gt?: InputMaybe<number>;
    totalConnectedMembers_gte?: InputMaybe<number>;
    totalConnectedMembers_in?: InputMaybe<number[]>;
    totalConnectedMembers_lt?: InputMaybe<number>;
    totalConnectedMembers_lte?: InputMaybe<number>;
    totalConnectedMembers_not?: InputMaybe<number>;
    totalConnectedMembers_not_in?: InputMaybe<number[]>;
    totalConnectedUnits?: InputMaybe<string>;
    totalConnectedUnits_gt?: InputMaybe<string>;
    totalConnectedUnits_gte?: InputMaybe<string>;
    totalConnectedUnits_in?: InputMaybe<string[]>;
    totalConnectedUnits_lt?: InputMaybe<string>;
    totalConnectedUnits_lte?: InputMaybe<string>;
    totalConnectedUnits_not?: InputMaybe<string>;
    totalConnectedUnits_not_in?: InputMaybe<string[]>;
    totalDisconnectedMembers?: InputMaybe<number>;
    totalDisconnectedMembers_gt?: InputMaybe<number>;
    totalDisconnectedMembers_gte?: InputMaybe<number>;
    totalDisconnectedMembers_in?: InputMaybe<number[]>;
    totalDisconnectedMembers_lt?: InputMaybe<number>;
    totalDisconnectedMembers_lte?: InputMaybe<number>;
    totalDisconnectedMembers_not?: InputMaybe<number>;
    totalDisconnectedMembers_not_in?: InputMaybe<number[]>;
    totalDisconnectedUnits?: InputMaybe<string>;
    totalDisconnectedUnits_gt?: InputMaybe<string>;
    totalDisconnectedUnits_gte?: InputMaybe<string>;
    totalDisconnectedUnits_in?: InputMaybe<string[]>;
    totalDisconnectedUnits_lt?: InputMaybe<string>;
    totalDisconnectedUnits_lte?: InputMaybe<string>;
    totalDisconnectedUnits_not?: InputMaybe<string>;
    totalDisconnectedUnits_not_in?: InputMaybe<string[]>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt?: InputMaybe<string>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_not?: InputMaybe<string>;
    totalFlowAdjustmentAmountDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalMembers?: InputMaybe<number>;
    totalMembers_gt?: InputMaybe<number>;
    totalMembers_gte?: InputMaybe<number>;
    totalMembers_in?: InputMaybe<number[]>;
    totalMembers_lt?: InputMaybe<number>;
    totalMembers_lte?: InputMaybe<number>;
    totalMembers_not?: InputMaybe<number>;
    totalMembers_not_in?: InputMaybe<number[]>;
    totalUnits?: InputMaybe<string>;
    totalUnits_gt?: InputMaybe<string>;
    totalUnits_gte?: InputMaybe<string>;
    totalUnits_in?: InputMaybe<string[]>;
    totalUnits_lt?: InputMaybe<string>;
    totalUnits_lte?: InputMaybe<string>;
    totalUnits_not?: InputMaybe<string>;
    totalUnits_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? adjustmentFlowRate? adjustmentFlowRate_gt? adjustmentFlowRate_gte? adjustmentFlowRate_in? adjustmentFlowRate_lt? adjustmentFlowRate_lte? adjustmentFlowRate_not? adjustmentFlowRate_not_in? admin? admin_? admin_contains? admin_contains_nocase? admin_ends_with? admin_ends_with_nocase? admin_gt? admin_gte? admin_in? admin_lt? admin_lte? admin_not? admin_not_contains? admin_not_contains_nocase? admin_not_ends_with? admin_not_ends_with_nocase? admin_not_in? admin_not_starts_with? admin_not_starts_with_nocase? admin_starts_with? admin_starts_with_nocase? and? bufferAdjustedEvents_? 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_? flowDistributionUpdatedEvents_? flowRate? flowRate_gt? flowRate_gte? flowRate_in? flowRate_lt? flowRate_lte? flowRate_not? flowRate_not_in? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? instantDistributionUpdatedEvents_? memberUnitsUpdatedEvents_? or? perUnitFlowRate? perUnitFlowRate_gt? perUnitFlowRate_gte? perUnitFlowRate_in? perUnitFlowRate_lt? perUnitFlowRate_lte? perUnitFlowRate_not? perUnitFlowRate_not_in? perUnitSettledValue? perUnitSettledValue_gt? perUnitSettledValue_gte? perUnitSettledValue_in? perUnitSettledValue_lt? perUnitSettledValue_lte? perUnitSettledValue_not? perUnitSettledValue_not_in? poolConnectionUpdatedEvents_? poolCreatedEvent_? poolDistributors_? poolMembers_? token? token_? token_contains? token_contains_nocase? token_ends_with? token_ends_with_nocase? token_gt? token_gte? token_in? token_lt? token_lte? token_not? token_not_contains? token_not_contains_nocase? token_not_ends_with? token_not_ends_with_nocase? token_not_in? token_not_starts_with? token_not_starts_with_nocase? token_starts_with? token_starts_with_nocase? totalAmountDistributedUntilUpdatedAt? totalAmountDistributedUntilUpdatedAt_gt? totalAmountDistributedUntilUpdatedAt_gte? totalAmountDistributedUntilUpdatedAt_in? totalAmountDistributedUntilUpdatedAt_lt? totalAmountDistributedUntilUpdatedAt_lte? totalAmountDistributedUntilUpdatedAt_not? totalAmountDistributedUntilUpdatedAt_not_in? totalAmountFlowedDistributedUntilUpdatedAt? totalAmountFlowedDistributedUntilUpdatedAt_gt? totalAmountFlowedDistributedUntilUpdatedAt_gte? totalAmountFlowedDistributedUntilUpdatedAt_in? totalAmountFlowedDistributedUntilUpdatedAt_lt? totalAmountFlowedDistributedUntilUpdatedAt_lte? totalAmountFlowedDistributedUntilUpdatedAt_not? totalAmountFlowedDistributedUntilUpdatedAt_not_in? totalAmountInstantlyDistributedUntilUpdatedAt? totalAmountInstantlyDistributedUntilUpdatedAt_gt? totalAmountInstantlyDistributedUntilUpdatedAt_gte? totalAmountInstantlyDistributedUntilUpdatedAt_in? totalAmountInstantlyDistributedUntilUpdatedAt_lt? totalAmountInstantlyDistributedUntilUpdatedAt_lte? totalAmountInstantlyDistributedUntilUpdatedAt_not? totalAmountInstantlyDistributedUntilUpdatedAt_not_in? totalBuffer? totalBuffer_gt? totalBuffer_gte? totalBuffer_in? totalBuffer_lt? totalBuffer_lte? totalBuffer_not? totalBuffer_not_in? totalConnectedMembers? totalConnectedMembers_gt? totalConnectedMembers_gte? totalConnectedMembers_in? totalConnectedMembers_lt? totalConnectedMembers_lte? totalConnectedMembers_not? totalConnectedMembers_not_in? totalConnectedUnits? totalConnectedUnits_gt? totalConnectedUnits_gte? totalConnectedUnits_in? totalConnectedUnits_lt? totalConnectedUnits_lte? totalConnectedUnits_not? totalConnectedUnits_not_in? totalDisconnectedMembers? totalDisconnectedMembers_gt? totalDisconnectedMembers_gte? totalDisconnectedMembers_in? totalDisconnectedMembers_lt? totalDisconnectedMembers_lte? totalDisconnectedMembers_not? totalDisconnectedMembers_not_in? totalDisconnectedUnits? totalDisconnectedUnits_gt? totalDisconnectedUnits_gte? totalDisconnectedUnits_in? totalDisconnectedUnits_lt? totalDisconnectedUnits_lte? totalDisconnectedUnits_not? totalDisconnectedUnits_not_in? totalFlowAdjustmentAmountDistributedUntilUpdatedAt? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_gt? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_gte? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_in? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_lt? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_lte? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_not? totalFlowAdjustmentAmountDistributedUntilUpdatedAt_not_in? totalMembers? totalMembers_gt? totalMembers_gte? totalMembers_in? totalMembers_lt? totalMembers_lte? totalMembers_not? totalMembers_not_in? totalUnits? totalUnits_gt? totalUnits_gte? totalUnits_in? totalUnits_lt? totalUnits_lte? totalUnits_not? totalUnits_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

adjustmentFlowRate?: InputMaybe<string>
adjustmentFlowRate_gt?: InputMaybe<string>
adjustmentFlowRate_gte?: InputMaybe<string>
adjustmentFlowRate_in?: InputMaybe<string[]>
adjustmentFlowRate_lt?: InputMaybe<string>
adjustmentFlowRate_lte?: InputMaybe<string>
adjustmentFlowRate_not?: InputMaybe<string>
adjustmentFlowRate_not_in?: InputMaybe<string[]>
admin?: InputMaybe<string>
admin_contains?: InputMaybe<string>
admin_contains_nocase?: InputMaybe<string>
admin_ends_with?: InputMaybe<string>
admin_ends_with_nocase?: InputMaybe<string>
admin_gt?: InputMaybe<string>
admin_gte?: InputMaybe<string>
admin_in?: InputMaybe<string[]>
admin_lt?: InputMaybe<string>
admin_lte?: InputMaybe<string>
admin_not?: InputMaybe<string>
admin_not_contains?: InputMaybe<string>
admin_not_contains_nocase?: InputMaybe<string>
admin_not_ends_with?: InputMaybe<string>
admin_not_ends_with_nocase?: InputMaybe<string>
admin_not_in?: InputMaybe<string[]>
admin_not_starts_with?: InputMaybe<string>
admin_not_starts_with_nocase?: InputMaybe<string>
admin_starts_with?: InputMaybe<string>
admin_starts_with_nocase?: InputMaybe<string>
bufferAdjustedEvents_?: InputMaybe<BufferAdjustedEvent_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>
flowDistributionUpdatedEvents_?: InputMaybe<FlowDistributionUpdatedEvent_Filter>
flowRate?: InputMaybe<string>
flowRate_gt?: InputMaybe<string>
flowRate_gte?: InputMaybe<string>
flowRate_in?: InputMaybe<string[]>
flowRate_lt?: InputMaybe<string>
flowRate_lte?: InputMaybe<string>
flowRate_not?: InputMaybe<string>
flowRate_not_in?: InputMaybe<string[]>
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[]>
instantDistributionUpdatedEvents_?: InputMaybe<InstantDistributionUpdatedEvent_Filter>
memberUnitsUpdatedEvents_?: InputMaybe<MemberUnitsUpdatedEvent_Filter>
perUnitFlowRate?: InputMaybe<string>
perUnitFlowRate_gt?: InputMaybe<string>
perUnitFlowRate_gte?: InputMaybe<string>
perUnitFlowRate_in?: InputMaybe<string[]>
perUnitFlowRate_lt?: InputMaybe<string>
perUnitFlowRate_lte?: InputMaybe<string>
perUnitFlowRate_not?: InputMaybe<string>
perUnitFlowRate_not_in?: InputMaybe<string[]>
perUnitSettledValue?: InputMaybe<string>
perUnitSettledValue_gt?: InputMaybe<string>
perUnitSettledValue_gte?: InputMaybe<string>
perUnitSettledValue_in?: InputMaybe<string[]>
perUnitSettledValue_lt?: InputMaybe<string>
perUnitSettledValue_lte?: InputMaybe<string>
perUnitSettledValue_not?: InputMaybe<string>
perUnitSettledValue_not_in?: InputMaybe<string[]>
poolConnectionUpdatedEvents_?: InputMaybe<PoolConnectionUpdatedEvent_Filter>
poolCreatedEvent_?: InputMaybe<PoolCreatedEvent_Filter>
poolDistributors_?: InputMaybe<PoolDistributor_Filter>
token?: InputMaybe<string>
token_contains?: InputMaybe<string>
token_contains_nocase?: InputMaybe<string>
token_ends_with?: InputMaybe<string>
token_ends_with_nocase?: InputMaybe<string>
token_gt?: InputMaybe<string>
token_gte?: InputMaybe<string>
token_in?: InputMaybe<string[]>
token_lt?: InputMaybe<string>
token_lte?: InputMaybe<string>
token_not?: InputMaybe<string>
token_not_contains?: InputMaybe<string>
token_not_contains_nocase?: InputMaybe<string>
token_not_ends_with?: InputMaybe<string>
token_not_ends_with_nocase?: InputMaybe<string>
token_not_in?: InputMaybe<string[]>
token_not_starts_with?: InputMaybe<string>
token_not_starts_with_nocase?: InputMaybe<string>
token_starts_with?: InputMaybe<string>
token_starts_with_nocase?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountDistributedUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt_not?: InputMaybe<string>
totalAmountDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalAmountFlowedDistributedUntilUpdatedAt?: InputMaybe<string>
totalAmountFlowedDistributedUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountFlowedDistributedUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountFlowedDistributedUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountFlowedDistributedUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountFlowedDistributedUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountFlowedDistributedUntilUpdatedAt_not?: InputMaybe<string>
totalAmountFlowedDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalAmountInstantlyDistributedUntilUpdatedAt?: InputMaybe<string>
totalAmountInstantlyDistributedUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountInstantlyDistributedUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountInstantlyDistributedUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountInstantlyDistributedUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountInstantlyDistributedUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountInstantlyDistributedUntilUpdatedAt_not?: InputMaybe<string>
totalAmountInstantlyDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalBuffer?: InputMaybe<string>
totalBuffer_gt?: InputMaybe<string>
totalBuffer_gte?: InputMaybe<string>
totalBuffer_in?: InputMaybe<string[]>
totalBuffer_lt?: InputMaybe<string>
totalBuffer_lte?: InputMaybe<string>
totalBuffer_not?: InputMaybe<string>
totalBuffer_not_in?: InputMaybe<string[]>
totalConnectedMembers?: InputMaybe<number>
totalConnectedMembers_gt?: InputMaybe<number>
totalConnectedMembers_gte?: InputMaybe<number>
totalConnectedMembers_in?: InputMaybe<number[]>
totalConnectedMembers_lt?: InputMaybe<number>
totalConnectedMembers_lte?: InputMaybe<number>
totalConnectedMembers_not?: InputMaybe<number>
totalConnectedMembers_not_in?: InputMaybe<number[]>
totalConnectedUnits?: InputMaybe<string>
totalConnectedUnits_gt?: InputMaybe<string>
totalConnectedUnits_gte?: InputMaybe<string>
totalConnectedUnits_in?: InputMaybe<string[]>
totalConnectedUnits_lt?: InputMaybe<string>
totalConnectedUnits_lte?: InputMaybe<string>
totalConnectedUnits_not?: InputMaybe<string>
totalConnectedUnits_not_in?: InputMaybe<string[]>
totalDisconnectedMembers?: InputMaybe<number>
totalDisconnectedMembers_gt?: InputMaybe<number>
totalDisconnectedMembers_gte?: InputMaybe<number>
totalDisconnectedMembers_in?: InputMaybe<number[]>
totalDisconnectedMembers_lt?: InputMaybe<number>
totalDisconnectedMembers_lte?: InputMaybe<number>
totalDisconnectedMembers_not?: InputMaybe<number>
totalDisconnectedMembers_not_in?: InputMaybe<number[]>
totalDisconnectedUnits?: InputMaybe<string>
totalDisconnectedUnits_gt?: InputMaybe<string>
totalDisconnectedUnits_gte?: InputMaybe<string>
totalDisconnectedUnits_in?: InputMaybe<string[]>
totalDisconnectedUnits_lt?: InputMaybe<string>
totalDisconnectedUnits_lte?: InputMaybe<string>
totalDisconnectedUnits_not?: InputMaybe<string>
totalDisconnectedUnits_not_in?: InputMaybe<string[]>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt?: InputMaybe<string>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_gt?: InputMaybe<string>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_gte?: InputMaybe<string>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_in?: InputMaybe<string[]>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_lt?: InputMaybe<string>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_lte?: InputMaybe<string>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_not?: InputMaybe<string>
totalFlowAdjustmentAmountDistributedUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalMembers?: InputMaybe<number>
totalMembers_gt?: InputMaybe<number>
totalMembers_gte?: InputMaybe<number>
totalMembers_in?: InputMaybe<number[]>
totalMembers_lt?: InputMaybe<number>
totalMembers_lte?: InputMaybe<number>
totalMembers_not?: InputMaybe<number>
totalMembers_not_in?: InputMaybe<number[]>
totalUnits?: InputMaybe<string>
totalUnits_gt?: InputMaybe<string>
totalUnits_gte?: InputMaybe<string>
totalUnits_in?: InputMaybe<string[]>
totalUnits_lt?: InputMaybe<string>
totalUnits_lte?: InputMaybe<string>
totalUnits_not?: InputMaybe<string>
totalUnits_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