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
PageType
object ● ProductType
object