SelectTableValue
No description
type SelectTableValue implements TableValue {
name: String
value: [String!]
multiSelect: Boolean!
}
Fields
SelectTableValue.name ● String scalar
The name of the field
SelectTableValue.value ● [String!] list scalar
The value of the field
SelectTableValue.multiSelect ● Boolean! non-null scalar
Whether this field allows multiple selections
Interfaces
TableValue interface
Member Of
InternalTypeRegistry object