Objects
/EmailValue
EmailValue
Fields
column
Column!
Required
The column that this value belongs to.email
String
The column's email value.id
ID!
Required
The column's unique identifier.label
String
The column's text value. It can be the same as email when user didn't enter any text.text
String
Text representation of the column value. Note: Not all columns support textual valuetype
ColumnType!
Required
The column's type.updated_at
Date
The date when column value was last updated.value
JSON
The column's raw value in JSON format.
Built with