In the staking governance page, currently, tokenId has inconsistent typing across the codebase. In some places it's string, in others it's bigint. Since the contract defines tokenId as uint256 (which maps to bigint in TypeScript), we should standardize on bigint everywhere.
Proposet solution:
API/Subgraph: Accept tokenId as string, convert to bigint immediately