Skip to main content
Version: 3.x

ProductTypeCountableConnection

No description

type ProductTypeCountableConnection {
pageInfo: PageInfo!
edges: [ProductTypeCountableEdge!]!
totalCount: Int
}

Fields

ProductTypeCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

ProductTypeCountableConnection.edges ● [ProductTypeCountableEdge!]! non-null object

ProductTypeCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

productTypes query

Member of

Attribute object


Was this page helpful?