Skip to content

Commit

Permalink
feat: Add AccountsQuery component
Browse files Browse the repository at this point in the history
jerelmiller committed Jun 3, 2020
1 parent dd0806b commit 29e70b7
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
@@ -115,6 +115,10 @@
"displayName": "AccountStorageMutation",
"url": "/components/account-storage-mutation"
},
{
"displayName": "AccountsQuery",
"url": "/components/accounts-query"
},
{
"displayName": "NerdGraphQuery",
"url": "/components/nerd-graph-query"
7 changes: 7 additions & 0 deletions src/markdown-pages/components/accounts-query.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/accounts-query'
title: 'AccountsQuery'
description: 'A AccountsQuery component!'
component: 'AccountsQuery'
template: 'ReferenceTemplate'
---

0 comments on commit 29e70b7

Please sign in to comment.