diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-23 11:11:09 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-23 11:11:09 -0400 |
| commit | 4fb8969f6994d8414f388f583d8e270d4e4a67e9 (patch) | |
| tree | dad4cd0eeda0fdc71e4f925c263668763f2e4dff /frontend/queries/index.js | |
| parent | fa16c52917305e21823294e3a4e384bfeae50da0 (diff) | |
ya
Diffstat (limited to 'frontend/queries/index.js')
| -rw-r--r-- | frontend/queries/index.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/frontend/queries/index.js b/frontend/queries/index.js index bf3b9b1..ef5f345 100644 --- a/frontend/queries/index.js +++ b/frontend/queries/index.js @@ -205,25 +205,6 @@ export const USER_ORDERS_QUERY = gql` image } } - # user { - # # grab the current user - # id - # orders { - # # and a all their orders - # id - # amount - # charge - # item { - # # populate the details about the item they bought with the image, description and title - # image { - # id - # secret - # } - # description - # title - # } - # } - # } } `; |
