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!
batch: Batch
batch_id: String!
brokerFeeAmount: numeric!
cancelable: Boolean!
canceled: Boolean!
canceledAction: Action
canceledAction_id: String
canceledTime: numeric
category: streamcategory!
chainId: numeric!
cliff: Boolean!
cliffAmount: numeric
cliffTime: numeric
contract: Contract
contract_id: String!
db_write_timestamp: timestamp
depositAmount: numeric!
duration: numeric!
endTime: numeric!
funder: String!
hash: String!
id: String!
initial: Boolean!
initialAmount: numeric
intactAmount: numeric!
parties: [String!]!
position: numeric!
protocolFeeAmount: numeric!
proxender: String
proxied: Boolean!
recipient: String!
renounceAction: Action
renounceAction_id: String
renounceTime: numeric
segments(
distinct_on: [Segment_select_column!]
limit: Int
offset: Int
order_by: [Segment_order_by!]
where: Segment_bool_exp
): [Segment!]!
sender: String!
shape: String
startTime: numeric!
subgraphId: numeric!
timestamp: numeric!
tokenId: numeric!
tranches(
distinct_on: [Tranche_select_column!]
limit: Int
offset: Int
order_by: [Tranche_order_by!]
where: Tranche_bool_exp
): [Tranche!]!
transferable: Boolean!
version: String!
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.batch ● Batch object

An object relationship

Stream.batch_id ● String! non-null scalar

Stream.brokerFeeAmount ● numeric! non-null scalar

Stream.cancelable ● Boolean! non-null scalar

Stream.canceled ● Boolean! non-null scalar

Stream.canceledAction ● Action object

An object relationship

Stream.canceledAction_id ● String scalar

Stream.canceledTime ● numeric scalar

Stream.category ● streamcategory! non-null scalar

Stream.chainId ● numeric! non-null scalar

Stream.cliff ● Boolean! non-null scalar

Stream.cliffAmount ● numeric scalar

Stream.cliffTime ● numeric scalar

Stream.contract ● Contract object

An object relationship

Stream.contract_id ● String! non-null scalar

Stream.db_write_timestamp ● timestamp scalar

Stream.depositAmount ● numeric! non-null scalar

Stream.duration ● numeric! non-null scalar

Stream.endTime ● numeric! non-null scalar

Stream.funder ● String! non-null scalar

Stream.hash ● String! non-null scalar

Stream.id ● String! non-null scalar

Stream.initial ● Boolean! non-null scalar

Stream.initialAmount ● numeric scalar

Stream.intactAmount ● numeric! non-null scalar

Stream.parties ● [String!]! non-null scalar

Stream.position ● numeric! non-null scalar

Stream.protocolFeeAmount ● numeric! non-null scalar

Stream.proxender ● String scalar

Stream.proxied ● Boolean! non-null scalar

Stream.recipient ● String! non-null scalar

Stream.renounceAction ● Action object

An object relationship

Stream.renounceAction_id ● String scalar

Stream.renounceTime ● numeric scalar

Stream.segments ● [Segment!]! non-null object

An array relationship

Stream.segments.distinct_on ● [Segment_select_column!] list enum

distinct select on columns

Stream.segments.limit ● Int scalar

limit the number of rows returned

Stream.segments.offset ● Int scalar

skip the first n rows. Use only with order_by

Stream.segments.order_by ● [Segment_order_by!] list input

sort the rows by one or more columns

Stream.segments.where ● Segment_bool_exp input

filter the rows returned

Stream.sender ● String! non-null scalar

Stream.shape ● String 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.tranches ● [Tranche!]! non-null object

An array relationship

Stream.tranches.distinct_on ● [Tranche_select_column!] list enum

distinct select on columns

Stream.tranches.limit ● Int scalar

limit the number of rows returned

Stream.tranches.offset ● Int scalar

skip the first n rows. Use only with order_by

Stream.tranches.order_by ● [Tranche_order_by!] list input

sort the rows by one or more columns

Stream.tranches.where ● Tranche_bool_exp input

filter the rows returned

Stream.transferable ● Boolean! non-null scalar

Stream.version ● String! non-null scalar

Stream.withdrawnAmount ● numeric! non-null scalar