AttributeResultResponse
No description
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