Deprecated community type definitions for graphql-js, version 1.0.2. This package was a stopgap for TypeScript 2 users before graphql-js shipped its own types. It must be used with the `typings` tool or via a `/// <reference types="typed-graphql" />` directive. No longer maintained; graphql-js has included its own TypeScript definitions since v14. Modern projects should use `graphql` directly with `@types/graphql` or the built-in types.
npm install typed-graphqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, TypeScript reference setup, and basic graphql-js usage with typed-graphql for type definitions. Note: modern projects should skip typed-graphql and use graphql's built-in types.
Remove typed-graphql dependency. Upgrade graphql to v14 or later and ensure TypeScript can find its built-in types.
Do not import runtime code from typed-graphql. Always import from 'graphql' instead.
Add /// <reference types="typed-graphql" /> in a .d.ts file, or set 'types' in tsconfig.json.
Use graphql's built-in types or @types/graphql instead.
Replace all imports from 'typed-graphql' with imports from 'graphql'.
Remove import statements from typed-graphql; use reference directives instead.
Ensure typed-graphql is installed as a devDependency and added to tsconfig's types array.
No dependency data recorded yet.