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
assetDecimalsValue: numeric!
asset_id: String!
availableAmount: numeric!
batch: Batch
batch_id: String!
category: streamcategory!
chainId: numeric!
contract: 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!
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