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
) {
id
configurableFormQuestion {}
status {}
statusChangedAt
statusChangedBy
comments {}
notifications {}
createdAt
updatedAt
formQuestionWithAnswer {}
pendingNotificationCommentCount
investment {}
}
}