Home > @vsf-enterprise/bigcommerce-api > GraphQL > Settings
# GraphQL.Settings type
Signature:
export declare type Settings = {
__typename?: 'Settings';
storeName: Scalars['String'];
storeHash: Scalars['String'];
status: StorefrontStatusType;
logo: LogoField;
contact?: Maybe<ContactField>;
url: UrlField;
display: DisplayField;
channelId: Scalars['Long'];
tax?: Maybe<TaxDisplaySettings>;
search: Search;
inventory?: Maybe<InventorySettings>;
};