INPUT_OBJECT

DownloadUserFileActivityCsvInput

link GraphQL Schema definition

  • input DownloadUserFileActivityCsvInput {
  • # The user to fetch activity for.
  • userId: String!
  • # The path's corresponding snapshot.
  • snapshot: ResourceInput!
  • # The path to get all activity from.
  • nativePath: String!
  • # The user's IANA timezone.
  • timezone: String!
  • # The day (YYYY-MM-DD) from which to collect all activity after.
  • startDay: String!
  • }

link Require by