schon/storefront/graphql/fragments/brands.fragment.ts

7 lines
No EOL
104 B
TypeScript

export const BRAND_FRAGMENT = gql`
fragment Brand on BrandType {
uuid
name
smallLogo
}
`