Skip to main content

AttributeCountableConnection Object

No description

type AttributeCountableConnection {
pageInfo: PageInfo!
edges: [AttributeCountableEdge!]!
totalCount: Int
}

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [AttributeCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

attributes query

Member Of

PageType object ● ProductType object