SyncInfo
Stores information about order synchronization activities (like export or import).
type SyncInfo = {
__typename?: 'SyncInfo';
channelRef: Reference;
channel?: Maybe<Channel>;
externalId?: Maybe<Scalars['String']>;
syncedAt: Scalars['DateTime'];
};