diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-06 10:05:15 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-06 10:05:15 -0400 |
| commit | c360126540e65a7a919f0bf73602ecd3c9ed806b (patch) | |
| tree | fbe614dca58c594f973b0cdd64c1adfc7b8192eb | |
| parent | 50fd031133da9c5dbfd3de38f59f90c0754cda37 (diff) | |
2 per page
| -rw-r--r-- | frontend/queries/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/queries/index.js b/frontend/queries/index.js index 1080a2e..15eaf49 100644 --- a/frontend/queries/index.js +++ b/frontend/queries/index.js @@ -74,7 +74,7 @@ export const CREATE_ORDER_MUTATION = gql` export const ALL_ITEMS_QUERY = gql` # Import the Fragment ${itemDetails} - query AllItemsQuery($skip: Int = 0, $first: Int = 3) { + query AllItemsQuery($skip: Int = 0, $first: Int = 2) { itemsConnection(orderBy: createdAt_DESC, first: $first, skip: $skip) @connection(key: "itemsConnection") { aggregate { count |
