You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
OrderCustomerGroupSet
export type OrderCustomerGroupSet = MessagePayload & {
__typename?: 'OrderCustomerGroupSet';
customerGroup?: Maybe<CustomerGroup>;
oldCustomerGroup?: Maybe<CustomerGroup>;
customerGroupRef?: Maybe<Reference>;
oldCustomerGroupRef?: Maybe<Reference>;
type: Scalars['String'];
};