GraphQL OBJECT

ClientFile

File that customers download through a link.

link Definition

  • type ClientFile {
  • # ID of the download file.
  • id: Long!
  • # Name of the download file.
  • fileName: String!
  • # The client this file belongs to.
  • client: Client
  • }