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