You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This activities could serve as logs/ feed but do not store any sensitive data.
Create and export Activities.get and Activities.create functions
These functions should call activities query to get all activities for projects user has access to. This get function can also take projectId as optional parameter which then return activities for given Project.
Activities.create (mutation) should just create an activity for a project.