Skip to main content

CreateEntityPropertyText

Stable

Signature

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

Retourne : EntityPropertyText

Arguments

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

Exemple

mutation {
CreateEntityPropertyText(
entityName: $entityName
technicalCode: $technicalCode
name: $name
) {
# Sélectionner les champs souhaités
}
}