UpdateRfiOverviewInput
InputAutogenerated input type of UpdateRfiOverview
mutation { organization(id: $organizationId) { project(id: $projectId) { updateRfiOverview } } }
Example
mutation UpdateRfiOverview(
$organizationId: ID!
$projectId: ID!
$input: UpdateRfiOverviewInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateRfiOverview(input: $input) {
rfi
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| dueOn | String | — |
| id | ID! | — |
| managerUserId | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| number | Int | — |
| respondents | [UserAssociationInput!] | — |
| subscribers | [UserAssociationInput!] | — |