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
This was not needed before because CoreModule is global.
And AuthorizationModule is global, which imports this module.
Now it is necessary to help Nest know that Core needs to initialize before this module.
Specifically, the PolicyFactory using the GraphQL schema, via the ResourcesHost, to determine interfaces.
And the schema needs to be built (on init) before the PolicyFactory.onModuleInit is called.
0 commit comments