Helpers for Projen GraphQL projects, providing constructs to simplify GraphQL project setup within the Projen framework. Current version 0.0.46 is released irregularly without a fixed cadence. It integrates with constructs v10.3.0 and projen v0.88.0. Differentiators include Typescript support and a focused scope on GraphQL configuration. Compared to alternatives like graphql-codegen or generic Projen constructs, it offers opinionated defaults for Projen-based projects but has a narrow compatibility range and low adoption.
npm install projen-graphqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the main construct and use it within a Projen project.
Pin projen to 0.88.0 and constructs to 10.3.0.
Consider forking or using generic Projen constructs, as upstream updates may break.
Use named imports such as import { WhateverConstruct } from 'projen-graphql'.Use import syntax and ensure your project is configured for ESM.
Use a compatible Node.js version exactly 20.10.0 or modify the package.json locally.
Ensure projen-graphql and its peer dependencies are installed: npm install projen-graphql projen@0.88.0 constructs@10.3.0
Use import { WhateverConstruct } from 'projen-graphql' instead of require().Match projen version exactly 0.88.0 as required by the peer dependency.