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

export type PurchaseOrderNumberFragment = { purchase_order_number?: string | null };
