UpdateProjectRfiDefaultManagerInput
InputAutogenerated input type of UpdateProjectRfiDefaultManager
mutation { organization(id: $organizationId) { updateProjectRfiDefaultManager } }
Example
mutation UpdateProjectRfiDefaultManager(
$organizationId: ID!
$input: UpdateProjectRfiDefaultManagerInput!
) {
organization(id: $organizationId) {
updateProjectRfiDefaultManager(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! | — |
| rfiDefaultManagerUserId | ID | — |