OrderCustomerSet
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'];
};