OBJECT

RecordMetadata

A piece of metadata associated with a record

  • type RecordMetadata {
  • # The unique GUID of the metadata.
  • metadataId: UUID!
  • # The GUID of the record this metadata is referenced to.
  • record: UUID!
  • # The key identifying the content type of this metadata.
  • key: String!
  • # The value of this metadata.
  • value: String
  • }