From 4fb8969f6994d8414f388f583d8e270d4e4a67e9 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 23 Mar 2018 11:11:09 -0400 Subject: ya --- frontend/queries/index.js | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'frontend/queries/index.js') 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 - # } - # } - # } } `; -- cgit v1.3