deprecatedStreams
No description
deprecatedStreams(
skip: Int = 0
first: Int = 100
orderBy: DeprecatedStream_orderBy
orderDirection: OrderDirection
where: DeprecatedStream_filter
block: Block_height
subgraphError: _SubgraphErrorPolicy_! = deny
): [DeprecatedStream!]!
Arguments
deprecatedStreams.skip ● Int scalar
deprecatedStreams.first ● Int scalar
deprecatedStreams.orderBy ● DeprecatedStream_orderBy enum
deprecatedStreams.orderDirection ● OrderDirection enum
deprecatedStreams.where ● DeprecatedStream_filter input
deprecatedStreams.block ● Block_height input
The block at which the query should be executed. Can either be a { hash: Bytes } value containing a block hash, a
{ number: Int } containing the block number, or a { number_gte: Int } containing the minimum block number. In the
case of number_gte, the query will be executed on the latest block only if the subgraph has progressed to or past the
minimum block number. Defaults to the latest block when omitted.
deprecatedStreams.subgraphError ● _SubgraphErrorPolicy_! non-null enum
Set to allow to receive data even if the subgraph has skipped over errors while syncing.
Type
DeprecatedStream object
Older streams are no longer indexed. See https://x.com/Sablier/status/1914326014995620114