OBJECT
ProjectMutation
Mutations that act on Projects.
link GraphQL Schema definition
- type ProjectMutation {
- # Update the Activities that are linked to the Project.
- #
- # Arguments
- # input: The Project Activities input to add Activities to the
- # Project
- (
- UpdateProjectActivitiesInput :
- ): ProjectActivitiesResult
- }