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