BusinessRuleActionField
Action field definition for complex field types supporting nested operations and data transformations
type BusinessRuleActionField {
name: [LocalizedString!]!
path: String!
}
Fields
BusinessRuleActionField.name
● [LocalizedString!]!
non-null object
Localized name of the action field for user interface display and documentation
BusinessRuleActionField.path
● String!
non-null scalar
JSONPath expression defining the location of this action field within the parent complex structure
Member Of
BusinessRuleFieldDefinition
object