TextListTableValue
No description
type TextListTableValue implements TableValue {
name: String
value: [String!]
}
Fields
TextListTableValue.name ● String scalar
The name of the field
TextListTableValue.value ● [String!] list scalar
The value of the field
Interfaces
TableValue interface
Member Of
InternalTypeRegistry object