OBJECT
type StockStatus {buyable: Boolean! id: ID! maxOrderQuantity: Int stockDate: Date stockNotificationEnabled: Boolean text: String }