UpdateRfiDescriptionInput
InputAutogenerated input type of UpdateRfiDescription
mutation { organization(id: $organizationId) { project(id: $projectId) { updateRfiDescription } } }
Example
mutation UpdateRfiDescription(
$organizationId: ID!
$projectId: ID!
$input: UpdateRfiDescriptionInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateRfiDescription(input: $input) {
rfi
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| attachmentIds | [ID!] | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| copyQuestionAttachments | [CopyAttachment!] | — |
| costImpact | Boolean | — |
| createQuestionAttachments | [CreateAttachment!] | — |
| deleteQuestionAttachments | [DeleteAttachment!] | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| question | String! | — |
| scheduleImpact | Boolean | — |