FieldChange
No description
type FieldChange {
field: String!
fieldLabel: String!
fromValue: JSONString
toValue: JSONString
valueType: FieldValueType!
}
Fields
FieldChange.field ● String! non-null scalar
Raw Python field name, e.g. 'default_commission'.
FieldChange.fieldLabel ● String! non-null scalar
Humanized label, e.g. 'Default Commission'.
FieldChange.fromValue ● JSONString scalar
Previous value as JSON. Null for create events.
FieldChange.toValue ● JSONString scalar
New value as JSON. Null for delete events.
FieldChange.valueType ● FieldValueType! non-null enum
Semantic type hint for client-side formatting.
Member Of
TimelineEntry object