UpdateRfiResponseInput
InputAutogenerated input type of UpdateRfiResponse
mutation { organization(id: $organizationId) { project(id: $projectId) { updateRfiResponse } } }
Example
mutation UpdateRfiResponse(
$organizationId: ID!
$projectId: ID!
$input: UpdateRfiResponseInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateRfiResponse(input: $input) {
rfiResponse
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| content | String! | — |
| copyDocuments | [CopyAttachment!] | — |
| createDocuments | [CreateAttachment!] | — |
| deleteDocuments | [DeleteAttachment!] | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |