OBJECT

ProjectActivitiesResult

link GraphQL Schema definition

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