diff options
Diffstat (limited to 'frontend/queries')
| -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 - # } - # } - # } } `; |
