Closed edw19 closed 3 years ago
when using the @auth directive in queries I get the message. Class constructor SchemaDirectiveVisitor cannot be invoked without 'new' at new AuthenticatedDirective. I am using nextjs 10 node 14, apollo-server-micro
@edw19 can you provide a repository showing the error so I can have a look?
@edw19 I actually found the issue, will create a fix for it today :)
Published a fix for this in v0.31.1
when using the @auth directive in queries I get the message. Class constructor SchemaDirectiveVisitor cannot be invoked without 'new' at new AuthenticatedDirective. I am using nextjs 10 node 14, apollo-server-micro