Magek Framework
    Preparing search index...

    Function nonExposed

    • 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.

      Parameters

      • _value: Function | undefined
      • context: FieldOrMethodDecoratorContext

      Returns void