UpdateSubmittalOverviewInput
InputAutogenerated input type of UpdateSubmittalOverview
mutation { organization(id: $organizationId) { project(id: $projectId) { updateSubmittalOverview } } }
Example
mutation UpdateSubmittalOverview(
$organizationId: ID!
$projectId: ID!
$input: UpdateSubmittalOverviewInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateSubmittalOverview(input: $input) {
submittal
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contractorUserId | ID | — |
| id | ID! | — |
| idWhenCreatingNewSubmittalGroup | ID | — |
| managerUserId | ID | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| number | Int | — |
| specSectionNumber | String | — |
| submittalGroupIdOrNewName | String | — |
| subscribers | [SubmittalSubscriberInput!] | — |
| type | String | — |