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.
Returns true if
@NoLogwas applied tomethodName's argument atparameterIndexon 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.