graphql-loader
graphql-loader copied to clipboard
Removed graphql from dependencies
Thegraphql
dependency 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
.