Mohsin Amajd

Results 14 comments of Mohsin Amajd

@djm I am getting the same error ? `nexus must be installed as a dependency. Please run `npm install nexus`.` my imports are like this and still getting error `import...

it's happening for me as well, I have added two plugins in babel config ``` { "presets": [ "@nrwl/web/babel", "@nrwl/react/babel" ], "plugins": [ "babel-plugin-transform-typescript-metadata", "@babel/plugin-transform-block-scoping" ], "babelrcRoots": [ "*" ]...

Any updates ? facing same issue with lazyServiceIdentifier

if it works, then it should be included in official docs under the section of the dynamic module.

@MoritzGruber can you explain a little on what's going on in that gist I just want to log the duration of each query/mutation in terminal or maybe push those on...

I'm also facing the same issue sadly,

@jakeboone02 I don't have any direct react-dnd dependency, I also installed version 4.2.3 which works fine I guess.

I'm using multi tenant too just as op said, I need some help to resolve dynamic connections?

it's working for me now here is the code snippet for multi tenant ``` return runInTransaction( async () => { // async operations }, { connectionName: this.connection.name }, ); ```