OBJECT
CustomFieldValue
A custom field value
link GraphQL Schema definition
- type CustomFieldValue {
- : CustomFieldSpec
- : ID
- : CustomFieldTypedValue
- # Raw value as string (use only if you can't use the typed value)
- : String
- }
OBJECT
A custom field value
- type CustomFieldValue {
- : CustomFieldSpec
- : ID
- : CustomFieldTypedValue
- # Raw value as string (use only if you can't use the typed value)
- : String
- }