Decorator to mark a field or method as non-exposed in GraphQL.
Uses TC39 Stage 3 decorators. Non-exposed fields are stored in context.metadata and read by class decorators (@Entity, @ReadModel, @Command, @Query) which register them to config.
Decorator to mark a field or method as non-exposed in GraphQL.
Uses TC39 Stage 3 decorators. Non-exposed fields are stored in context.metadata and read by class decorators (@Entity, @ReadModel, @Command, @Query) which register them to config.