valueset
Retrieve detailed information about a specific value set.
Returns comprehensive value set data including items, configuration, and metadata. Used for dropdown lists, configuration options, and data validation throughout the system.
Possible errors:
- VALUESET_NOT_FOUND_ERROR: Value set with the specified ID does not exist
- VALUESET_GET_ERROR: Failed to retrieve value set information
valueset(
id: Int!
): Valueset!
Arguments
valueset.id
● Int!
non-null scalar
Unique identifier of the value set to retrieve.
Must be a positive integer representing a valid value set ID in the system.