CloseAndDistributeSubmittalInput
InputAutogenerated input type of CloseAndDistributeSubmittal
mutation { organization(id: $organizationId) { project(id: $projectId) { closeAndDistributeSubmittal } } }
Example
mutation CloseAndDistributeSubmittal(
$organizationId: ID!
$projectId: ID!
$input: CloseAndDistributeSubmittalInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
closeAndDistributeSubmittal(input: $input) {
submittal
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| approverDocumentIds | [ID!] | — |
| body | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| distributedStatus | String | — |
| documentIds | [ID!] | — |
| id | ID! | — |
| message | String | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| projectId | ID | — |
| sendEmail | Boolean | — |
| subject | String | — |
| submittalId | ID! | — |
| userIds | [ID!] | — |