attributeDescriptions
Search and retrieve attribute descriptions with comprehensive filtering and pagination capabilities.
Provides powerful search functionality across attribute description data including names, types, display settings, and metadata. Results are paginated and can be filtered based on multiple criteria for efficient discovery and management.
Search capabilities include:
- Filtering by attribute class (entity type)
- Name-based searches and pattern matching
- Type-based filtering
- Flexible pagination controls
- Sorting and ordering options
Perfect for building attribute management interfaces, discovering available attribute types, or understanding attribute capabilities across different entity types. The response includes complete description data with all configuration details.
attributeDescriptions(
input: AttributeDescriptionSearchInput!
): AttributeDescriptionResponse!
Arguments
attributeDescriptions.input
● AttributeDescriptionSearchInput!
non-null input
Search criteria and filtering options for attribute description discovery.
If not provided, returns all accessible attribute descriptions with default pagination settings. Supports comprehensive filtering by type, name, attribute class, metadata, and other configuration properties.
Use this input to build complex queries combining multiple criteria for precise attribute description discovery and management operations.
Type
AttributeDescriptionResponse
object
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.