Alokai

OrderCustomerGroupSet

type OrderCustomerGroupSet = MessagePayload & {
  __typename?: 'OrderCustomerGroupSet';
  customerGroup?: Maybe<CustomerGroup>;
  oldCustomerGroup?: Maybe<CustomerGroup>;
  customerGroupRef?: Maybe<Reference>;
  oldCustomerGroupRef?: Maybe<Reference>;
  type: Scalars['String'];
};

Referenced Types

On this page