OBJECT
Offering Image
type OfferingImage {# created atcreated_at: String # The unique identifier of the offering imageid: ID! # image content typeimage_content_type: String # image file nameimage_file_name: String # image file sizeimage_file_size: String # when image was updatedimage_updated_at: String # url for imageimage_url: String # name of imagename: String # updated atupdated_at: String }