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
) {
# Sélectionner les champs souhaités
}
}