Skip to main content

CustomFieldValueType

Custom field value

type CustomFieldValueType {
createdAt: ISO8601DateTime!
customFieldId: ID!
id: ID!
present: Boolean!
type: CustomFieldValueTypeType!
updatedAt: ISO8601DateTime!
value: CustomFieldValueScalarType
}

Fields

CustomFieldValueType.createdAt ● ISO8601DateTime! non-null scalar

Created at

CustomFieldValueType.customFieldId ● ID! non-null scalar

Field id

CustomFieldValueType.id ● ID! non-null scalar

Id

CustomFieldValueType.present ● Boolean! non-null scalar

Is present

CustomFieldValueType.type ● CustomFieldValueTypeType! non-null enum

Type

CustomFieldValueType.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

CustomFieldValueType.value ● CustomFieldValueScalarType scalar

Value

Member Of

ResourceCustomFieldType object