Skip to main content

AttributeCountableConnection

No description

type AttributeCountableConnection {
pageInfo: PageInfo!
edges: [AttributeCountableEdge!]!
totalCount: Int
}

Fields

AttributeCountableConnection.pageInfo ● PageInfo! non-null object miscellaneous

Pagination data for this connection.

AttributeCountableConnection.edges ● [AttributeCountableEdge!]! non-null object attributes

AttributeCountableConnection.totalCount ● Int scalar miscellaneous

A total count of items in the collection.

Returned By

attributes query

Member Of

PageType object ● ProductType object