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