Product input
id
String
name
OfferingProductInput.product
"""Product input"""input ProductInput { """ The product id """ id: String """ The product name """ name: String}