marketDataInvalidRefs
Staff-only: market-data refs the datalake determined are invalid (unlisted / permanently failing). Newest activity first by default (LAST_SEEN desc).
Exposed for platform engineering to diagnose broken exchange/pair/timeframe combinations without a database console. Access requires the Keycloak realm-level 'admin' role.
marketDataInvalidRefs(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: MarketDataInvalidRefOrder
where: MarketDataInvalidRefWhereInput
): MarketDataInvalidRefConnection!
Arguments
marketDataInvalidRefs.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
marketDataInvalidRefs.first ● Int scalar
Returns the first n elements from the list.
marketDataInvalidRefs.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
marketDataInvalidRefs.last ● Int scalar
Returns the last n elements from the list.
marketDataInvalidRefs.orderBy ● MarketDataInvalidRefOrder input
Ordering options. Default is LAST_SEEN desc (newest activity first).
marketDataInvalidRefs.where ● MarketDataInvalidRefWhereInput input
Filtering options.
Type
MarketDataInvalidRefConnection object
A connection to a list of items.