# QueryTransfersConnectionEdge **Type:** GraphQL objects ## Fields - cursor (String) - node (Transfer, Not Null): undefined - amount (Decimal) - block (Block) - blockHash (String) - chainId (BigInt) - creationTime (DateTime) - crossChainTransfer (Transfer): The counterpart of the crosschain-transfer. `null` when it is not a cross-chain-transfer. - height (BigInt) - id (ID) - moduleHash (String) - moduleName (String) - orderIndex (BigInt): The order of the transfer when it is a `defpact` (multi-step transaction) execution. - receiverAccount (String) - requestKey (String) - senderAccount (String) - tokenId (String): The token id if this is a poly-fungible transfer. - transaction (Transaction): The transaction that initiated this transfer.