Valueset
No description
type Valueset {
id: Int!
name: String!
type: ValuesetType!
descriptions: [LocalizedString!]!
lastModifiedBy: Int
lastModifiedAt: DateTime!
createdBy: Int
createdAt: DateTime!
valuesetItems(
input: ValuesetItemSearchInput
): ValuesetItemResponse!
}
Fields
Valueset.id ● Int! non-null scalar
Valueset primary identifier
Valueset.name ● String! non-null scalar
Unique identifier name for the value set used throughout the system for referencing and configuration purposes
Valueset.type ● ValuesetType! non-null enum
Classification indicating whether this value set is system-managed or user-customizable
Valueset.descriptions ● [LocalizedString!]! non-null object
Human-readable descriptions of the value set purpose and usage in multiple languages for internationalization support
Valueset.lastModifiedBy ● Int scalar
Identifier of the user who last modified this value set for audit trail purposes
Valueset.lastModifiedAt ● DateTime! non-null scalar
Timestamp indicating when this value set was last modified for tracking changes and audit purposes
Valueset.createdBy ● Int scalar
Identifier of the user who originally created this value set for audit trail purposes
Valueset.createdAt ● DateTime! non-null scalar
Timestamp indicating when this value set was originally created for audit trail and historical tracking