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