Description
A description of a product.
type Description {
type: String!
body: String
}
Fields
Description.type ● String! non-null scalar
The type of the description.
Description.body ● String scalar
The body of the description.
Member Of
Product object