BulkUpdateSubmittalTypesInput
InputAutogenerated input type of BulkUpdateSubmittalTypes
mutation { organization(id: $organizationId) { project(id: $projectId) { bulkUpdateSubmittalTypes } } }
Example
mutation BulkUpdateSubmittalTypes(
$organizationId: ID!
$projectId: ID!
$input: BulkUpdateSubmittalTypesInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
bulkUpdateSubmittalTypes(input: $input) {
submittals
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| submittalIds | [ID!] | — |
| type | String | — |