CustomerGroup
Data of customer group.
type CustomerGroup = {
__typename?: 'CustomerGroup'; /** The name of customer group. */
name?: Maybe<Scalars['String']['output']>;
};Data of customer group.
type CustomerGroup = {
__typename?: 'CustomerGroup'; /** The name of customer group. */
name?: Maybe<Scalars['String']['output']>;
};