GetOpenedFormQuestionInvestmentThreads
Get all opened form question threads for an investment (for comment navigation)
Signature
query {
GetOpenedFormQuestionInvestmentThreads(investmentId: ...)
}
Retourne : [FormQuestionInvestmentThread!]!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | The investment ID |
Exemple
query {
GetOpenedFormQuestionInvestmentThreads(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}