ProjectPack
No description
type ProjectPack implements Product {
name: String
description: String
sku: ID!
displayPrice: String
usage: [Usage!]!
benefits: [String!]!
productTypeMetadata: ProductTypeMetadata
}
No description
type ProjectPack implements Product {
name: String
description: String
sku: ID!
displayPrice: String
usage: [Usage!]!
benefits: [String!]!
productTypeMetadata: ProductTypeMetadata
}
ProjectPack.name
● String
scalarProjectPack.description
● String
scalarProjectPack.sku
● ID!
non-null scalarProjectPack.displayPrice
● String
scalarProjectPack.usage
● [Usage!]!
non-null objectProjectPack.benefits
● [String!]!
non-null scalarProjectPack.productTypeMetadata
● ProductTypeMetadata
objectProduct
interface