2023-04-17 21:00:14 -05:00

11 lines
145 B
TypeScript

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