Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

SearchIndexingConfigurationValues

export type SearchIndexingConfigurationValues = {
    __typename?: 'SearchIndexingConfigurationValues';
    status?: Maybe<SearchIndexingStatus>;
    lastModifiedAt?: Maybe<Scalars['DateTime']>;
    lastModifiedBy?: Maybe<Initiator>;
};

Referenced Types

On this page