AccountDetails
An account record
type AccountDetails {
  assetId: ID!
  type: AccountType!
  marketId: ID
  partyId: ID
}
Fields
AccountDetails.assetId ● ID! non-null scalar
Asset, the 'currency'
AccountDetails.type ● AccountType! non-null enum
Account type (General, Margin, etc)
AccountDetails.marketId ● ID scalar
Market (only relevant to margin accounts)
AccountDetails.partyId ● ID scalar
Owner of the account
Member of
LedgerEntry  object ● TransferBalance  object