summaryrefslogtreecommitdiffstats
path: root/frontend/queries
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-03-23 11:11:09 -0400
committerWes Bos <wesbos@gmail.com>2018-03-23 11:11:09 -0400
commit4fb8969f6994d8414f388f583d8e270d4e4a67e9 (patch)
treedad4cd0eeda0fdc71e4f925c263668763f2e4dff /frontend/queries
parentfa16c52917305e21823294e3a4e384bfeae50da0 (diff)
ya
Diffstat (limited to 'frontend/queries')
-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
- # }
- # }
- # }
}
`;