Slessi / gql-gen-primitive-override-repro

Minimal repro for https://github.com/dotansimha/graphql-code-generator/issues/543

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repro steps

With yarn

yarn
yarn gql-gen --schema schema.graphql --template graphql-codegen-typescript-template --out ./types.ts
cat types.ts

With npm & npx (>= 5.2)

npm i
npx gql-gen --schema schema.graphql --template graphql-codegen-typescript-template --out ./types.ts
cat types.ts

About

Minimal repro for https://github.com/dotansimha/graphql-code-generator/issues/543


Languages

Language:TypeScript 100.0%