StoreQueryResult
type StoreQueryResult = {
__typename?: 'StoreQueryResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Long']; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */
exists: Scalars['Boolean'];
results: Array<Store>;
};