Skip to main content

FlowStream

columns and relationships of "FlowStream"

type FlowStream {
actions(
distinct_on: [FlowAction_select_column!]
limit: Int
offset: Int
order_by: [FlowAction_order_by!]
where: FlowAction_bool_exp
): [FlowAction!]!
actions_aggregate(
distinct_on: [FlowAction_select_column!]
limit: Int
offset: Int
order_by: [FlowAction_order_by!]
where: FlowAction_bool_exp
): FlowAction_aggregate!
alias: String!
asset: Asset
assetDecimalsValue: numeric!
asset_id: String!
availableAmount: numeric!
batch: FlowBatch
batch_id: String!
category: flowstreamcategory!
chainId: numeric!
contract: String!
creator: String!
depletionTime: numeric!
depositedAmount: numeric!
forgivenDebt: numeric!
hash: String!
id: String!
lastAdjustmentAction: FlowAction
lastAdjustmentAction_id: String
lastAdjustmentTimestamp: numeric!
paused: Boolean!
pausedAction: FlowAction
pausedAction_id: String
pausedTime: numeric
position: numeric!
ratePerSecond: numeric!
recipient: String!
refundedAmount: numeric!
sender: String!
snapshotAmount: numeric!
startTime: numeric!
subgraphId: numeric!
timestamp: numeric!
tokenId: numeric!
transferable: Boolean!
version: String!
voided: Boolean!
voidedAction: FlowAction
voidedAction_id: String
voidedTime: numeric
withdrawnAmount: numeric!
}

Fields

FlowStream.actions ● [FlowAction!]! non-null object

An array relationship

FlowStream.actions.distinct_on ● [FlowAction_select_column!] list enum

distinct select on columns

FlowStream.actions.limit ● Int scalar

limit the number of rows returned

FlowStream.actions.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowStream.actions.order_by ● [FlowAction_order_by!] list input

sort the rows by one or more columns

FlowStream.actions.where ● FlowAction_bool_exp input

filter the rows returned

FlowStream.actions_aggregate ● FlowAction_aggregate! non-null object

An aggregate relationship

FlowStream.actions_aggregate.distinct_on ● [FlowAction_select_column!] list enum

distinct select on columns

FlowStream.actions_aggregate.limit ● Int scalar

limit the number of rows returned

FlowStream.actions_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowStream.actions_aggregate.order_by ● [FlowAction_order_by!] list input

sort the rows by one or more columns

FlowStream.actions_aggregate.where ● FlowAction_bool_exp input

filter the rows returned

FlowStream.alias ● String! non-null scalar

FlowStream.asset ● Asset object

An object relationship

FlowStream.assetDecimalsValue ● numeric! non-null scalar

FlowStream.asset_id ● String! non-null scalar

FlowStream.availableAmount ● numeric! non-null scalar

FlowStream.batch ● FlowBatch object

An object relationship

FlowStream.batch_id ● String! non-null scalar

FlowStream.category ● flowstreamcategory! non-null scalar

FlowStream.chainId ● numeric! non-null scalar

FlowStream.contract ● String! non-null scalar

FlowStream.creator ● String! non-null scalar

FlowStream.depletionTime ● numeric! non-null scalar

FlowStream.depositedAmount ● numeric! non-null scalar

FlowStream.forgivenDebt ● numeric! non-null scalar

FlowStream.hash ● String! non-null scalar

FlowStream.id ● String! non-null scalar

FlowStream.lastAdjustmentAction ● FlowAction object

An object relationship

FlowStream.lastAdjustmentAction_id ● String scalar

FlowStream.lastAdjustmentTimestamp ● numeric! non-null scalar

FlowStream.paused ● Boolean! non-null scalar

FlowStream.pausedAction ● FlowAction object

An object relationship

FlowStream.pausedAction_id ● String scalar

FlowStream.pausedTime ● numeric scalar

FlowStream.position ● numeric! non-null scalar

FlowStream.ratePerSecond ● numeric! non-null scalar

FlowStream.recipient ● String! non-null scalar

FlowStream.refundedAmount ● numeric! non-null scalar

FlowStream.sender ● String! non-null scalar

FlowStream.snapshotAmount ● numeric! non-null scalar

FlowStream.startTime ● numeric! non-null scalar

FlowStream.subgraphId ● numeric! non-null scalar

FlowStream.timestamp ● numeric! non-null scalar

FlowStream.tokenId ● numeric! non-null scalar

FlowStream.transferable ● Boolean! non-null scalar

FlowStream.version ● String! non-null scalar

FlowStream.voided ● Boolean! non-null scalar

FlowStream.voidedAction ● FlowAction object

An object relationship

FlowStream.voidedAction_id ● String scalar

FlowStream.voidedTime ● numeric scalar

FlowStream.withdrawnAmount ● numeric! non-null scalar