INPUT_OBJECT
input UpdateProjectActivitiesInput {# The ID of the project you wish to update the activities of.id: Int!# The array of Activity Id's you want the project to have.activities: [Int]!}