We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run pnpm generate in the terminal. Please make sure the Codegen and plugins version under package.json matches yours.
Make sure to fork this template and run pnpm generate in the terminal.
pnpm generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
Typing files appear to reference the .pnpm directory structure, which breaks type checking when using yarn or npm.
To Reproduce
$ npm init -y $ npm install --save-dev @graphql-inspector/core $ grep -r '///' node_modules/@graphql-inspector/core/ node_modules/@graphql-inspector/core//typings/validate/query-depth.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/alias-count.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/directive-count.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/directive-count.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/complexity.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/query-depth.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/complexity.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" /> node_modules/@graphql-inspector/core//typings/validate/alias-count.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
Expected behavior
No results for grep
Environment:
@graphql-inspector/[email protected]
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
Typing files appear to reference the .pnpm directory structure, which breaks type checking when using yarn or npm.
To Reproduce
Expected behavior
No results for grep
Environment:
@graphql-inspector/[email protected]
Additional context
The text was updated successfully, but these errors were encountered: