diff --git a/website/src/data/showcase/graphql-codegen.png b/website/src/data/showcase/graphql-codegen.png new file mode 100644 index 0000000000..d28f2a536c Binary files /dev/null and b/website/src/data/showcase/graphql-codegen.png differ diff --git a/website/src/data/showcase/graphql-mesh.png b/website/src/data/showcase/graphql-mesh.png new file mode 100644 index 0000000000..9f10242e55 Binary files /dev/null and b/website/src/data/showcase/graphql-mesh.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 5c1acf6a8e..38d95f80ba 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -63,6 +63,16 @@ const users = [ fbOpenSource: true, pinned: true, }, + { + title: 'GraphQL Code Generator', + description: + 'Generate code from your GraphQL schema and operations with a simple CLI', + preview: require('./showcase/graphql-codegen.png'), + website: 'https://graphql-code-generator.com/', + source: 'https://github.com/dotansimha/graphql-code-generator', + fbOpenSource: false, + pinned: false, + }, { title: 'GraphQL Inspector', description: 'An open-source tool to help you work with GraphQL', @@ -72,6 +82,15 @@ const users = [ fbOpenSource: false, pinned: false, }, + { + title: 'GraphQL Mesh', + description: 'Query anything, run everywhere', + preview: require('./showcase/graphql-mesh.png'), + website: 'https://graphql-mesh.com', + source: 'https://github.com/urigo/graphql-mesh', + fbOpenSource: false, + pinned: false, + }, { title: 'Hermes', description: 'JavaScript engine optimized for React Native',