TextListResultValue
No description
type TextListResultValue implements ResultValue {
label: String!
value: [String]
}
Fields
TextListResultValue.label ● String! non-null scalar
TextListResultValue.value ● [String] list scalar
Interfaces
ResultValue interface
Member Of
InternalTypeRegistry object