Skip to main content
Version: 3.x

AttributeValueCountableConnection

No description

type AttributeValueCountableConnection {
pageInfo: PageInfo!
edges: [AttributeValueCountableEdge!]!
totalCount: Int
}

Fields

AttributeValueCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

AttributeValueCountableConnection.edges ● [AttributeValueCountableEdge!]! non-null object

AttributeValueCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Member of

Attribute object


Was this page helpful?