OBJECT
type QuoteRequestBuyer {quoteRequest: QuoteRequest! name: String! email: String! email2: String! phone: String! mobilePhone: String! street: String! postalCode: String! city: String! countryCode: String! province: String! logoUrl: String! client: Client! # Requires access to resource GRAPHQL_CONTACTrepresentative: Contact contactNid: Int! }