attributes
Search and retrieve attributes with comprehensive filtering and pagination capabilities.
Provides powerful search functionality across attribute data including names, types, classes and values. Results are paginated and can be filtered based on multiple criteria for efficient attribute discovery and management.
Supports complex filtering combinations including entity-specific searches, attribute description properties, value-based filtering, and metadata searches. Perfect for building attribute management interfaces, generating reports, or discovering attributes across different entity types.
The response includes complete attribute data with typed values, metadata, and pagination information for handling large datasets efficiently.
Possible errors:
- ATTRIBUTE_VALIDATION_ERROR: Search parameters failed validation
attributes(
input: AttributeSearchInput!
): AttributeResponse!
Arguments
attributes.input
● AttributeSearchInput!
non-null input
Search criteria and filtering options for attribute discovery.
Contains comprehensive filtering options, pagination settings, and search parameters for finding specific attributes. Supports filtering by entity types, attribute descriptions, values, and metadata.
Use this input to build complex queries combining multiple criteria for precise attribute discovery and management operations.
Type
AttributeResponse
object
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.