Skip to main content

ProductTypeCountableConnection Object

No description

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

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [ProductTypeCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

productTypes query

Member Of

Attribute object