Skip to main content

AttributeValueCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

AttributeValueCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

attributeValues query

Was this page helpful?