docs(v2): showcase GraphQL Inspector (#2600)

This commit is contained in:
Kamil Kisiela 2020-04-13 19:35:53 +02:00 committed by GitHub
parent ad425b2652
commit ff0d751d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View file

@ -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',