OBJECT
receipt line item
type ReceiptLineItem {# Date of service (as a date)created_at: String # description of line itemdescription: String id: ID! # previouse priceprevious_price: String # price of line itemprice: String # id of super billsuper_bill_id: ID # updated atupdated_at: String }