Skip to content

ProductInput

Product input

Fields

id · String · The product id
name · String · The product name

Used By

Definition

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