mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 07:07:25 +02:00
docs(v2): showcase GraphQL Inspector (#2600)
This commit is contained in:
parent
ad425b2652
commit
ff0d751d12
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/graphql-inspector.png
Normal file
BIN
website/src/data/showcase/graphql-inspector.png
Normal file
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…
Add table
Add a link
Reference in a new issue