/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type CategoryDescriptionFragment = { uid: string, description?: string | null, name?: string | null, display_mode?: string | null };
