UpdateProjectSubmittalDefaultManagerInput
InputAutogenerated input type of UpdateProjectSubmittalDefaultManager
mutation { organization(id: $organizationId) { updateProjectSubmittalDefaultManager } }
Example
mutation UpdateProjectSubmittalDefaultManager(
$organizationId: ID!
$input: UpdateProjectSubmittalDefaultManagerInput!
) {
organization(id: $organizationId) {
updateProjectSubmittalDefaultManager(input: $input) {
project
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| projectId | ID! | — |
| submittalDefaultManagerUserId | ID | — |