Skip to content

v3.13.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 12:06
· 25 commits to main since this release
09a65cb

Added

  • Ability to use a single attachment instead of a composition. This can be done simply when creating an entity by having a field of type Attachment, without the composition value:
entity MyEntity {
  title: String;
  attachment: Attachment;
}

Fixed

  • Removed hard-coded attributes that were being used. Variable attribute names supports multiple compositions of attachments on a single entity.