cyb/src/containers/txs/graphql/transactions.graphql

subscription Transactions {
  transaction(offset: 0, limit: 200, order_by: { height: desc }) {
    success
    messages
    height
    hash
  }
}

Neighbours