schon/storefront/app/graphql/fragments/brands.fragment.ts
2026-02-27 21:59:51 +03:00

10 lines
143 B
TypeScript

export const BRAND_FRAGMENT = gql`
fragment Brand on BrandType {
uuid
slug
name
smallLogo
bigLogo
description
}
`;