Skip to main content

AttributeResultResponse

Paginated response containing comprehensive attribute result data.

Provides a structured response for attribute result queries including the matching attribute results with complete attribute information, pagination metadata, and total count information. Used for attribute result search and listing operations with comprehensive pagination support.

Each result combines attribute descriptions, values, and entity associations to provide complete attribute information for display and business logic operations.

type AttributeResultResponse {
items: [AttributeResult!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

AttributeResultResponse.items ● [AttributeResult!]! non-null object

List of items of type AttributeResult

AttributeResultResponse.itemsFound ● Int! non-null scalar

Total number of items found

AttributeResultResponse.offset ● Int! non-null scalar

The amount of items to show per page

AttributeResultResponse.page ● Int! non-null scalar

The current page

AttributeResultResponse.pages ● Int! non-null scalar

Total amount of pages

AttributeResultResponse.start ● Int! non-null scalar

Start position of the current page

AttributeResultResponse.end ● Int! non-null scalar

End position of the current page

Returned By

attributeResultByCategoryId query ● attributeResultByClusterId query ● attributeResultByCompanyId query ● attributeResultByContactId query ● attributeResultByCustomerId query ● attributeResultByProductId query

Member Of

Category object ● Cluster object ● Company object ● Contact object ● Customer object ● Product object