Skip to main content

ValuesetItem

No description

type ValuesetItem {
id: Int!
valuesetId: Int!
value: String!
descriptions: [LocalizedString!]!
extra: String
}

Fields

ValuesetItem.id ● Int! non-null scalar

Valueset item primary identifier

ValuesetItem.valuesetId ● Int! non-null scalar

Valueset foreign identifier

ValuesetItem.value ● String! non-null scalar

Valueset item value

ValuesetItem.descriptions ● [LocalizedString!]! non-null object

ValuesetItem.extra ● String scalar

Valueset item extra value

Returned By

valuesetItemCreate mutation ● valuesetItemUpdate mutation

Member Of

ValuesetItemResponse object