LockupStream
columns and relationships of "LockupStream"
type LockupStream {
actions(
distinct_on: [LockupAction_select_column!]
limit: Int
offset: Int
order_by: [LockupAction_order_by!]
where: LockupAction_bool_exp
): [LockupAction!]!
actions_aggregate(
distinct_on: [LockupAction_select_column!]
limit: Int
offset: Int
order_by: [LockupAction_order_by!]
where: LockupAction_bool_exp
): LockupAction_aggregate!
alias: String!
asset: Asset
assetDecimalsValue: numeric!
asset_id: String!
batch: LockupBatch
batch_id: String!
cancelable: Boolean!
canceled: Boolean!
canceledAction: LockupAction
canceledAction_id: String
canceledTime: numeric
category: lockupstreamcategory!
chainId: numeric!
cliff: Boolean
cliffAmount: numeric
cliffTime: numeric
contract: String!
depleted: Boolean!
depositAmount: numeric!
duration: numeric!
endTime: numeric!
funder: String!
granularity: numeric
hash: String!
id: String!
initial: Boolean
initialAmount: numeric
intactAmount: numeric!
position: numeric!
proxender: String
proxied: Boolean!
recipient: String!
renounceAction: LockupAction
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
shapeSource: shapesource
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
LockupStream.actions ● [LockupAction!]! non-null object
An array relationship
LockupStream.actions.distinct_on ● [LockupAction_select_column!] list enum
distinct select on columns
LockupStream.actions.limit ● Int scalar
limit the number of rows returned
LockupStream.actions.offset ● Int scalar
skip the first n rows. Use only with order_by
LockupStream.actions.order_by ● [LockupAction_order_by!] list input
sort the rows by one or more columns
LockupStream.actions.where ● LockupAction_bool_exp input
filter the rows returned
LockupStream.actions_aggregate ● LockupAction_aggregate! non-null object
An aggregate relationship
LockupStream.actions_aggregate.distinct_on ● [LockupAction_select_column!] list enum
distinct select on columns
LockupStream.actions_aggregate.limit ● Int scalar
limit the number of rows returned
LockupStream.actions_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
LockupStream.actions_aggregate.order_by ● [LockupAction_order_by!] list input
sort the rows by one or more columns
LockupStream.actions_aggregate.where ● LockupAction_bool_exp input
filter the rows returned
LockupStream.alias ● String! non-null scalar
LockupStream.asset ● Asset object
An object relationship
LockupStream.assetDecimalsValue ● numeric! non-null scalar
LockupStream.asset_id ● String! non-null scalar
LockupStream.batch ● LockupBatch object
An object relationship