INTERFACE

Activity

An action (and metadata about the action) which a user or session is performing.

link GraphQL Schema definition

1interface Activity {
2
3# The type of activity.
4type: ActivityType
5
6}