Skip to main content

CreateEntityPropertyRankingBacklog

Stable

Signature

mutation {
CreateEntityPropertyRankingBacklog(entityName: ..., technicalCode: ..., name: ..., choiceType: ...)
}

Retourne : EntityPropertyRankingBacklog

Arguments

NomTypeRequisDéfautDescription
entityNameEntityName!
technicalCodeString!
nameString!
dataStrategyDefinitionAny
choiceTypeEntityPropertyChoiceType!
choiceDefinitionString
referentialNameEntityPropertyReferential
computedPropertyComputedPropertyInput

Exemple

mutation {
CreateEntityPropertyRankingBacklog(
entityName: $entityName
technicalCode: $technicalCode
name: $name
choiceType: $choiceType
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
choiceType {}
choiceDefinition
referentialName {}
referentialChoices {}
}
}