CompletedInvestmentAccountOrdersPayload
No description
type CompletedInvestmentAccountOrdersPayload {
orders: [InvestmentAccountOrder!]!
pageInfo: PageInfo!
}
Fields
CompletedInvestmentAccountOrdersPayload.orders
● [InvestmentAccountOrder!]!
non-null object
The list of pending orders.
CompletedInvestmentAccountOrdersPayload.pageInfo
● PageInfo!
non-null object
Optional paging info for the results set.