Skip to main content

CreateEntityPropertyText

Stable

Signature

mutation {
CreateEntityPropertyText(entityName: ..., technicalCode: ..., name: ...)
}

Retourne : EntityPropertyText

Arguments

NomTypeRequisDéfautDescription
entityNameEntityName!
technicalCodeString!
nameString!
dataStrategyDefinitionAny
appendString
textTypeEntityPropertyTextType
formatEntityPropertyTextFormat
computedPropertyComputedPropertyInput

Exemple

mutation {
CreateEntityPropertyText(
entityName: $entityName
technicalCode: $technicalCode
name: $name
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
append
textType {}
format {}
}
}