UpdateRfiResponsePayload
ObjectAutogenerated return 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. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| rfiResponse | RfiResponse | — |