OBJECT
type Offer {# Offer id for the given offerid: String! # Price for the offerprice: String! # Number of assets including in the offeramount: String! # Active asset sale offersselling: Asset # Active asset buy offersbuying: Asset }