We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767d99e commit 13c20cfCopy full SHA for 13c20cf
packages/peregrine/lib/talons/Gallery/useGallery.js
@@ -3,7 +3,7 @@ import { useQuery } from '@apollo/client';
3
import { useCustomerWishlistSkus } from '../../hooks/useCustomerWishlistSkus/useCustomerWishlistSkus';
4
5
import mergeOperations from '../../util/shallowMerge';
6
-import defaultOperations from './gallery.gql';
+import defaultOperations from './gallery.gql.ce';
7
8
export const useGallery = (props = {}) => {
9
const operations = mergeOperations(defaultOperations, props.operations);
0 commit comments