Skip to main content

Stream

columns and relationships of "Stream"

type Stream {
actions(
distinct_on: [Action_select_column!]
limit: Int
offset: Int
order_by: [Action_order_by!]
where: Action_bool_exp
): [Action!]!
alias: String!
asset: Asset
asset_id: String!
availableAmount: numeric!
batch: Batch
batch_id: String!
category: streamcategory!
chainId: numeric!
contract: Contract
contract_id: String!
creator: String!
db_write_timestamp: timestamp
depletionTime: numeric!
depositedAmount: numeric!
forgivenDebt: numeric!
hash: String!
id: String!
lastAdjustmentAction: Action
lastAdjustmentAction_id: String
lastAdjustmentTimestamp: numeric!
paused: Boolean!
pausedAction: Action
pausedAction_id: String
pausedTime: numeric
position: numeric!
protocolFeeAmount: 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: Action
voidedAction_id: String
voidedTime: numeric
withdrawnAmount: numeric!
}

Fields

Stream.actions ● [Action!]! non-null object

An array relationship

Stream.actions.distinct_on ● [Action_select_column!] list enum

distinct select on columns

Stream.actions.limit ● Int scalar

limit the number of rows returned

Stream.actions.offset ● Int scalar

skip the first n rows. Use only with order_by

Stream.actions.order_by ● [Action_order_by!] list input

sort the rows by one or more columns

Stream.actions.where ● Action_bool_exp input

filter the rows returned

Stream.alias ● String! non-null scalar

Stream.asset ● Asset object

An object relationship

Stream.asset_id ● String! non-null scalar

Stream.availableAmount ● numeric! non-null scalar

Stream.batch ● Batch object

An object relationship

Stream.batch_id ● String! non-null scalar

Stream.category ● streamcategory! non-null scalar

Stream.chainId ● numeric! non-null scalar

Stream.contract ● Contract object

An object relationship

Stream.contract_id ● String! non-null scalar

Stream.creator ● String! non-null scalar

Stream.db_write_timestamp ● timestamp scalar

Stream.depletionTime ● numeric! non-null scalar

Stream.depositedAmount ● numeric! non-null scalar

Stream.forgivenDebt ● numeric! non-null scalar

Stream.hash ● String! non-null scalar

Stream.id ● String! non-null scalar

Stream.lastAdjustmentAction ● Action object

An object relationship

Stream.lastAdjustmentAction_id ● String scalar

Stream.lastAdjustmentTimestamp ● numeric! non-null scalar

Stream.paused ● Boolean! non-null scalar

Stream.pausedAction ● Action object

An object relationship

Stream.pausedAction_id ● String scalar

Stream.pausedTime ● numeric scalar

Stream.position ● numeric! non-null scalar

Stream.protocolFeeAmount ● numeric! non-null scalar

Stream.ratePerSecond ● numeric! non-null scalar

Stream.recipient ● String! non-null scalar

Stream.refundedAmount ● numeric! non-null scalar

Stream.sender ● String! non-null scalar

Stream.snapshotAmount ● numeric! non-null scalar

Stream.startTime ● numeric! non-null scalar

Stream.subgraphId ● numeric! non-null scalar

Stream.timestamp ● numeric! non-null scalar

Stream.tokenId ● numeric! non-null scalar

Stream.transferable ● Boolean! non-null scalar

Stream.version ● String! non-null scalar

Stream.voided ● Boolean! non-null scalar

Stream.voidedAction ● Action object

An object relationship

Stream.voidedAction_id ● String scalar

Stream.voidedTime ● numeric scalar

Stream.withdrawnAmount ● numeric! non-null scalar