OBJECT
type StudentQuoteOption {studentQuoteOptionId: Int studentQuoteId: Int name: String isAccepted: Boolean totalPrice: Float priceCurrencyId: Int notes: String position: Int priceCurrency: Currency studentQuoteOptionItems: [StudentQuoteOptionItem] }