OBJECT
type ProjectActivitiesResult {# The id of the project you have updatedid: Int # The array of Activity Id's you have updated.activities: [Int]! }