graphql-loader icon indicating copy to clipboard operation
graphql-loader copied to clipboard

Removed graphql from dependencies

Open MitchPierias opened this issue 5 years ago • 0 comments

Thegraphqldependency caused the following module clash error;

Error: Cannot use GraphQLObjectType "__Directive" from another module or realm.

I removed the dependency from the required dependencies while maintaining it as a peerDependency.

MitchPierias avatar Mar 28 '19 12:03 MitchPierias