Skip to main content

AttributeCountableConnection

No description

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

Fields

AttributeCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

AttributeCountableConnection.edges ● [AttributeCountableEdge!]! non-null object

AttributeCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

attributes query

Member Of

ProductType object

Was this page helpful?