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
When installed in a project that doesn't have graphql it throws an error:
Error: Cannot find module 'graphql'
I wonder where would be the proper place for this dependency to be. Should graphql be installed as a devDependency in my project? Even if it is not planning to use any of its features? Or this lib should be a dependency on the-fake-backend?
Would like to hear other opinions on that.
The text was updated successfully, but these errors were encountered:
When installed in a project that doesn't have
graphql
it throws an error:I wonder where would be the proper place for this dependency to be. Should
graphql
be installed as adevDependency
in my project? Even if it is not planning to use any of its features? Or this lib should be adependency
onthe-fake-backend
?Would like to hear other opinions on that.
The text was updated successfully, but these errors were encountered: