Adam Durkalec

Results 1 comments of Adam Durkalec

I tried to use the interceptor ``` public class ShareableDirectiveTypeInterceptor : TypeInterceptor { public override void OnBeforeCompleteType( ITypeCompletionContext completionContext, DefinitionBase definition) { if (definition is ObjectTypeDefinition otd) { switch (definition.Name)...