AttributeCountableConnection
A connection to a list of items.
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
Contains the nodes in this connection
AttributeCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
attributes query
Member Of
ProductType object