Skip to content

Commit

Permalink
fix error when getting product thumbnails by url key
Browse files Browse the repository at this point in the history
  • Loading branch information
vacla committed Aug 4, 2024
1 parent a3faf3f commit 940b5d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const GET_CONFIGURABLE_THUMBNAIL_SOURCE = gql`
`;

export const GET_PRODUCT_THUMBNAILS_BY_URL_KEY = gql`
query GetProductThumbnailsByURLKey($urlKeys: [String!]!) {
query GetProductThumbnailsByURLKey($urlKeys: [String]!) {
products(filter: { url_key: { in: $urlKeys } }) {
# eslint-disable-next-line @graphql-eslint/require-id-when-available
items {
Expand Down

0 comments on commit 940b5d5

Please sign in to comment.