You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the dependency via npm install graphql-directive-auth and in order to use it I must first retrieve the default property from require('graphql-directive-auth') like so:
Hello!
I have installed the dependency via
npm install graphql-directive-auth
and in order to use it I must first retrieve thedefault
property fromrequire('graphql-directive-auth')
like so:Which is not how it is specified in the documentation. This does not happen when using the
import
keyword:I believe this has something to do with TypeScripts module bundling.
The text was updated successfully, but these errors were encountered: