OBJECT
type QuoteRequestBuyer {# Requires access to given quote requestquoteRequest: 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! }