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