BusinessRuleUpdateInput
Input data for updating an existing business rule's basic configuration and metadata
input BusinessRuleUpdateInput {
name: [LocalizedStringInput!]!
}
Fields
BusinessRuleUpdateInput.name
● [LocalizedStringInput!]!
non-null input
Updated localized names for the business rule in multiple languages
Member Of
businessRuleUpdate
mutation