Skip to content

Feature: Support nest @Key decorators #96

@schuchard

Description

@schuchard

Sometimes the unique identifier is not at the root of an entity. Adding support for nested decoration would be nice.

class Order {
	name: 'Food Order'
	metadata: {
		@Key id: 12345, 
	}
}

Metadata

Metadata

Assignees

Labels

approvedApproved for ImplementationenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions