AttributeValueCountableConnection
No description
type AttributeValueCountableConnection {
pageInfo: PageInfo!
edges: [AttributeValueCountableEdge!]!
totalCount: Int
}
Fields
AttributeValueCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
AttributeValueCountableConnection.edges
● [AttributeValueCountableEdge!]!
non-null object attributes
AttributeValueCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Member Of
Attribute
object