GraphQL OBJECT
File that customers download through a link.
type ClientFile {# ID of the download file.id: Long! # Name of the download file.fileName: String! # The client this file belongs to.client: Client }