Hello: most auctions are missing both in liveAuctions query and the auction subscription.
ie:
query ($cursor: String) {
tokens {
liveAuctions(first: 50, after: $cursor, sport: FOOTBALL) {
nodes {
id
anyCards {
slug
}
}
}
}
}
and most auctions will be missing.
and the auctions missing won't show up either in the subscription.