OBJECT

FileRecord

Represents a file on disk.

The only difference between an and an is that the mimetypf of an must be known. If so, then metadata can be recorded for it within a , relative to the manifested it wraps.

  • type FileRecord {
  • # The known mimetype of the file.
  • mimeType: String!
  • # The unique ID of the file record. This is the same as the `fileId` from a
  • # ContextualFile
  • recordId: UUID!
  • # The metadata associated with this game.
  • #
  • # Arguments
  • # where: [Not documented]
  • metadata(where: IRecordMetadataFilterInput): [RecordMetadata]
  • }