Skip to main content

GetOpenedFormQuestionInvestmentThreads

Stable

Get all opened form question threads for an investment (for comment navigation)

Signature

query {
GetOpenedFormQuestionInvestmentThreads(investmentId: ...)
}

Retourne : [FormQuestionInvestmentThread!]!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!The investment ID

Exemple

query {
GetOpenedFormQuestionInvestmentThreads(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}