mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
docs(v2): showcase GraphQL Inspector (#2600)
This commit is contained in:
parent
ad425b2652
commit
ff0d751d12
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
|
|
@ -63,6 +63,15 @@ const users = [
|
|||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
title: 'GraphQL Inspector',
|
||||
description: 'An open-source tool to help you work with GraphQL',
|
||||
preview: require('./showcase/graphql-inspector.png'),
|
||||
website: 'https://graphql-inspector.com',
|
||||
source: 'https://github.com/kamilkisiela/graphql-inspector',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Hermes',
|
||||
description: 'JavaScript engine optimized for React Native',
|
||||
|
|
|
|||
Loading…
Reference in New Issue