Gathering detailed insights and metrics for graphql-codegen-core
Gathering detailed insights and metrics for graphql-codegen-core
Gathering detailed insights and metrics for graphql-codegen-core
Gathering detailed insights and metrics for graphql-codegen-core
@graphql-codegen/core
<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>
graphql-codegen-hasura-core
GraphQL Code Generator plugin for generating a CRUD TypeScript Config for Hasura from Documents
@proto-graphql/codegen-core
@cobbl/graphql-codegen-core
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
npm install graphql-codegen-core
Typescript
Module System
June 25, 2025
Updated on Jun 25, 2025
June 05, 2025
Updated on Jun 05, 2025
May 06, 2025
Updated on May 06, 2025
March 27, 2025
Updated on Mar 27, 2025
March 07, 2025
Updated on Mar 07, 2025
February 23, 2025
Updated on Feb 23, 2025
TypeScript (83.7%)
MDX (14.57%)
JavaScript (1.25%)
Rust (0.47%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
11,105 Stars
8,402 Commits
1,370 Forks
78 Watchers
90 Branches
553 Contributors
Updated on Jul 16, 2025
Latest Version
0.18.2
Package Id
graphql-codegen-core@0.18.2
Size
21.43 kB
Published on
May 16, 2019
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
graphql-codegen-core
This package is in charge of converting GraphQLSchema
and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.
The entry points of this package are:
schemaToTemplateContext
- transforms GraphQLSchema
into SchemaTemplateContext
object.transformDocument
- transforms GraphQL DocumentNode
(object that can contains multiple GraphQL operations and fragments) to Document
.The purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (has...
, is...
, uses...
) to the context.
The build process of this package is based on TypeScript and compiled with typescript
compiler.
To build this package, start by installing the package dependencies:
$ npm install
// Or, with Yarn
$ yarn
Then, you can use the existing NPM scripts to build the package:
$ npm build
// Or, with Yarn
$ yarn build
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
17 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 17/24 approved changesets -- score normalized to 7
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
46 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More