AttributeResponse
Paginated response containing attribute search results.
Provides a structured response for attribute queries including the matching attributes, pagination metadata, and total count information. Used for attribute search and listing operations with comprehensive pagination support.
type AttributeResponse {
items: [Attribute!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
AttributeResponse.items
● [Attribute!]!
non-null interface
List of items of type Attribute
AttributeResponse.itemsFound
● Int!
non-null scalar
Total number of items found
AttributeResponse.offset
● Int!
non-null scalar
The amount of items to show per page
AttributeResponse.page
● Int!
non-null scalar
The current page
AttributeResponse.pages
● Int!
non-null scalar
Total amount of pages
AttributeResponse.start
● Int!
non-null scalar
Start position of the current page
AttributeResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
attributes
query ● attributesByProductId
query