Skip to main content

RepresentativeData

No description

type RepresentativeData {
id: ID
accountId: ID
identityId: ID
main: Boolean
stocksPercentage: Float
}

Fields

RepresentativeData.id ● ID scalar

Representative ID

RepresentativeData.accountId ● ID scalar

Account ID

RepresentativeData.identityId ● ID scalar

Identity ID

RepresentativeData.main ● Boolean scalar

Whether the representative is the main representative

RepresentativeData.stocksPercentage ● Float scalar

Stock percentage

Returned By

representative query

Member Of

RepresentativesConnection object