Skip to content

Commit

Permalink
fix: add graphql-codegen-typescript-mock-data
Browse files Browse the repository at this point in the history
Add `graphql-codegen-typescript-mock-data` in plugins page
I'm considering moving this project to your repo so you can own it,
but this will be done later
  • Loading branch information
ardeois committed Sep 29, 2022
1 parent 19a7937 commit 1c0cd51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/src/lib/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ export const PACKAGES: Record<
icon: 'typescript',
tags: ['plugin', 'typescript'],
},
'typescript-mock-data': {
title: 'TypeScript Mock Data',
npmPackage: 'graphql-codegen-typescript-mock-data',
icon: 'typescript',
tags: ['plugin', 'typescript'],
},
'typescript-mongodb': {
title: 'TypeScript MongoDB',
npmPackage: '@graphql-codegen/typescript-mongodb',
Expand Down

0 comments on commit 1c0cd51

Please sign in to comment.