OBJECT
GetCustomerFacingDownloadsReply
Description
Reply for request to get customer facing downloads.
link GraphQL Schema definition
- type GetCustomerFacingDownloadsReply {
- # List of downloaded files available for the customer.
- : [CustomerFacingFile!]!
- }