PriceInfo
type PriceInfo {
pagePrice: Float!
priceCategory: PriceCategory!
}
Fields
PriceInfo.pagePrice ● Float! non-null scalar graph-ql-types
@exposed(scopes: ['docviewer'])
PriceInfo.priceCategory ● PriceCategory! non-null enum graph-ql-types
@exposed(scopes: ['docviewer'])
Member Of
BrokerResearchDocumentType object