summaryrefslogtreecommitdiffstats
path: root/frontend/queries/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/queries/index.js')
-rw-r--r--frontend/queries/index.js19
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
- # }
- # }
- # }
}
`;