Community type definitions for graphql-js, providing TypeScript interfaces for GraphQL schema building and execution. This package (v0.0.1-beta-2) is a legacy, unmaintained beta that predates the official graphql package's built-in types. It requires manual installation via the typings tool and is not compatible with modern TypeScript module resolution. Superseded by the official graphql package's own type definitions, making this package unnecessary for all current use cases.
npm install graphql-typingsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using official graphql package instead of the deprecated graphql-typings.
Remove graphql-typings dependency. Use npm install graphql and rely on its built-in types.
Do not import from graphql-typings. Import from graphql instead.
Use npm install graphql for both types and runtime.
Remove reference to graphql-typings. Add graphql as an npm dependency with `npm install graphql`.
Replace with official graphql package and use its built-in types. Delete any old typings references.