diff --git a/v1/website/data/users.js b/v1/website/data/users.js index bb13b8bce8..75f5252613 100644 --- a/v1/website/data/users.js +++ b/v1/website/data/users.js @@ -393,6 +393,13 @@ module.exports = [ fbOpenSource: true, pinned: true, }, + { + caption: 'TypeGraphQL', + image: '/img/users/type-graphql.png', + infoLink: 'https://19majkel94.github.io/type-graphql/', + fbOpenSource: false, + pinned: false, + }, { caption: 'Vasern', image: 'https://vasern.com/img/vasern.svg', diff --git a/v1/website/static/img/users/type-graphql.png b/v1/website/static/img/users/type-graphql.png new file mode 100644 index 0000000000..c99fc54a17 Binary files /dev/null and b/v1/website/static/img/users/type-graphql.png differ