You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
OrderStoreSet
export type OrderStoreSet = MessagePayload & {
__typename?: 'OrderStoreSet';
store?: Maybe<Store>;
oldStore?: Maybe<Store>;
storeRef?: Maybe<KeyReference>;
oldStoreRef?: Maybe<KeyReference>;
type: Scalars['String'];
};