Skip to main content

GetEditableEntityPropertyQuestion

Stable

Build a virtual, single-question form bound to a property technical code so an authorized admin can edit one EntityProperty value of an account.

Signature

query {
GetEditableEntityPropertyQuestion(accountId: ..., technicalCode: ...)
}

Retourne : EntityPropertyQuestion!

Arguments

NomTypeRequisDéfautDescription
accountIdID!
technicalCodeString!

Exemple

query {
GetEditableEntityPropertyQuestion(
accountId: $accountId
technicalCode: $technicalCode
) {
id
question {}
isKycLinked
}
}