BrokerResearchUser
type BrokerResearchUser {
id: String!
firstName: String
lastName: String
email: String
jobTitle: String
persona: String
phone: String
company: BrokerResearchCompany
mailingAddress: BRUserMailingAddress
}
type BrokerResearchUser {
id: String!
firstName: String
lastName: String
email: String
jobTitle: String
persona: String
phone: String
company: BrokerResearchCompany
mailingAddress: BRUserMailingAddress
}
BrokerResearchUser.id ● String! non-null scalar graph-ql-typesBrokerResearchUser.firstName ● String scalar graph-ql-typesBrokerResearchUser.lastName ● String scalar graph-ql-typesBrokerResearchUser.email ● String scalar graph-ql-typesBrokerResearchUser.jobTitle ● String scalar graph-ql-typesBrokerResearchUser.persona ● String scalar graph-ql-typesBrokerResearchUser.phone ● String scalar graph-ql-typesBrokerResearchUser.company ● BrokerResearchCompany object graph-ql-typesBrokerResearchUser.mailingAddress ● BRUserMailingAddress object graph-ql-types