Product
Product
- availableProperties: [ProductProperty!]!
The property names and values that can be used to specify a variant of this product, e.g. via `variants(properties:)` or `ProductVariantSpecificationInput`
- description: String!
The product's description
- id: ID!
- name: String!
The product's name
- variants: ProductVariantConnection!
A list of the available variants and their distinguishing properties
Arguments
ProductConnection
The connection type for Product.
- edges: [ProductEdge]
A list of edges.
- nodes: [Product]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
- totalCount: Int!