Alokai

OrderShippingInfoSet

type OrderShippingInfoSet = MessagePayload & {
  __typename?: 'OrderShippingInfoSet';
  shippingInfo?: Maybe<ShippingInfo>;
  oldShippingInfo?: Maybe<ShippingInfo>;
  type: Scalars['String'];
};

Referenced Types

On this page