mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 20:02:54 +02:00
docs(v2): showcase GraphQL Code Generator and GraphQL Mesh (#2639)
This commit is contained in:
parent
e1258baa77
commit
7e57acb8af
3 changed files with 19 additions and 0 deletions
BIN
website/src/data/showcase/graphql-codegen.png
Normal file
BIN
website/src/data/showcase/graphql-codegen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 212 KiB |
BIN
website/src/data/showcase/graphql-mesh.png
Normal file
BIN
website/src/data/showcase/graphql-mesh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 636 KiB |
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue