Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/queries/account/getAccountPortfolio"

Index

Variables

Const GET_ACCOUNT_PORTFOLIO

GET_ACCOUNT_PORTFOLIO: any = gql`query getAccountPortfolio($payload: GetAccountPortfolioParams!) {getAccountPortfolio(payload: $payload) {balances {...portfolioBalanceFields}graph {...graphPointFields}total {...accountPortfolioTotalFields}}}${ACCOUNT_PORTFOLIO_BALANCE_FRAGMENT}${GRAPH_POINT_FRAGMENT}${ACCOUNT_PORTFOLIO_TOTAL_FRAGMENT}`

Generated using TypeDoc