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

export type CategoryMetaFragment = { name?: string | null, meta_title?: string | null, meta_description?: string | null, image?: string | null };
