Skip to main content

CreateEntityPropertyRanking

Stable

Signature

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

Retourne : EntityPropertyRanking

Arguments

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

Exemple

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