createActivity
🙌 Add a new activity for the team (possible only with a date within the current week)
createActivity(
doers: [String!]
done: String!
date: Date
): [Activity]
Arguments
createActivity.doers ● [String!] list scalar
Unique identifier of the Users who did the activity
createActivity.done ● String! non-null scalar
Unique identifier of the Task done
createActivity.date ● Date scalar
Date of the activity (defaults to now if not provided) & must be within the current week
Type
Activity object
🙌 An Activity is a Task done by a User at a specific date