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

export type CmsPageQueryFragment = { cmsPage?: { identifier?: string | null, meta_title?: string | null, meta_description?: string | null, url_key?: string | null, title?: string | null, content_heading?: string | null, content?: string | null } | null };
