Skip to content

Commit

Permalink
Merge pull request #369 from w3bdesign/Increase-how-many-products-are…
Browse files Browse the repository at this point in the history
…-fetched

Increase how many products are fetched
  • Loading branch information
w3bdesign authored Feb 26, 2021
2 parents 90e00e6 + 5429b50 commit 8a669fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/gql/GQL_QUERIES.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ export const FETCH_FIRST_PRODUCTS_FROM_HOODIES_QUERY = `
`;

/**
* Fetch first 24 Woocommerce products from GraphQL
* Fetch first 200 Woocommerce products from GraphQL
*/
export const FETCH_ALL_PRODUCTS_QUERY = gql`
query MyQuery {
products(first: 24) {
products(first: 200) {
nodes {
id
databaseId
Expand Down

1 comment on commit 8a669fd

@vercel
Copy link

@vercel vercel bot commented on 8a669fd Feb 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.