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