Product
Product
- availableProperties: [ProductProperty!]!
The property values available in this product
- 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!