Skip to main content

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?