CustomFieldValue
No description
type CustomFieldValue {
id: ID!
name: String!
type: FieldType!
value: Mixed
dropdown_options: [DropDownOption]
relationship: CustomFieldRelationship
}
No description
type CustomFieldValue {
id: ID!
name: String!
type: FieldType!
value: Mixed
dropdown_options: [DropDownOption]
relationship: CustomFieldRelationship
}
CustomFieldValue.id ● ID! non-null scalarCustomFieldValue.name ● String! non-null scalarCustomFieldValue.type ● FieldType! non-null enumCustomFieldValue.value ● Mixed scalarCustomFieldValue.dropdown_options ● [DropDownOption] list objectCustomFieldValue.relationship ● CustomFieldRelationship object