Currently the @graphql-codegen/typescript is specified as devDependency but is used as dependency. This creates problems when used in combination with yarn berry:
Error: graphql-codegen-typescript-validation-schema tried to access @graphql-codegen/typescript, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
Currently the @graphql-codegen/typescript is specified as devDependency but is used as dependency. This creates problems when used in combination with yarn berry:
Error: graphql-codegen-typescript-validation-schema tried to access @graphql-codegen/typescript, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.