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