Member Junction
    Preparing search index...

    Function hasNoLogParameter

    • Returns true if @NoLog was applied to methodName's argument at parameterIndex on the given resolver class prototype. False otherwise.

      Pass the resolver class itself (e.g. MyResolver) — the function reads from the prototype internally to match how type-graphql stores resolver metadata.

      Parameters

      • resolverClass: Function
      • methodName: string
      • parameterIndex: number

      Returns boolean