INPUT_OBJECT

UpdateProjectActivitiesInput

link GraphQL Schema definition

  • 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]!
  • }