Website
Deprecated. It should not be used on the storefront. Contains information about a website.
type Website = {
__typename?: 'Website';
code?: Maybe<Scalars['String']['output']>;
default_group_id?: Maybe<Scalars['String']['output']>;
id?: Maybe<Scalars['Int']['output']>;
is_default?: Maybe<Scalars['Boolean']['output']>;
name?: Maybe<Scalars['String']['output']>;
sort_order?: Maybe<Scalars['Int']['output']>;
};