Files
sent-shop/lib/shopify/fragments/image.ts
2026-01-19 20:21:14 +01:00

11 lines
145 B
TypeScript

const imageFragment = /* GraphQL */ `
fragment image on Image {
url
altText
width
height
}
`;
export default imageFragment;