schema.graphql
fragments.graphql
(OBJECT)
dimension and weight of package for product or his variants
type Package {id: ID label: String length: Dimension height: Dimension width: Dimension weight: Weight note: String }