Const LIST_ACCOUNT_TRANSACTIONS
LIST_ACCOUNT_TRANSACTIONS: any = gql`query listAccountTransactions($payload: ListAccountTransactionsParams!) {listAccountTransactions(payload: $payload) {nextCursortransactions {...accountTransactionFields}}}${ACCOUNT_TRANSACTION_FRAGMENT}`