-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Description
I am using the @strapi/plugin-graphql extension in my Strapi 4.16.0 project. When using the version 15.8.0 of graphql installed directly in the root of the project, I get the following error:
Error: Cannot use GraphQLScalarType "Time" from another module or realm.
When uninstalling the @strapi/plugin-graphql extension, the problem is solved.
Request:
Could you please verify if version 15.8.0 of graphql is compatible with the @strapi/plugin-graphql extension? If it is not compatible, could you provide a compatible version?
Additional information:
My development environment is Node.js 20.9.0 and npm 8.13.0.
I have updated the resolution graphql": "16.8.1" in my package.json file, but the problem persists.
My Strapi version is 4.16.0.
Thank you for your attention.
Sincerely,
Christian Santana