Broker
type Broker {
code: String!
nameV2: String
name: String! @deprecated
analyst: String
}
Fields
Broker.code ● String! non-null scalar graph-ql-types
Unique broker identifier @exposed
Broker.nameV2 ● String scalar graph-ql-types
Broker name, e.g. "Credit Suiss".
The changes from the 'name' field are that this field is nullable. Value null would indicate an internal system error: either missing data or a temporary service downtime. @exposed
Broker.name ● String! deprecated non-null scalar graph-ql-types
Broker name, eg "Credit Suiss" @exposed
Broker.analyst ● String scalar graph-ql-types
Author of broker research document. Full name. @exposed
Member Of
BrokerResearchDocumentType object