Alokai

LocalizedStringAttribute

type LocalizedStringAttribute = Attribute & {
  __typename?: 'LocalizedStringAttribute';
  value?: Maybe<Scalars['String']>;
  name: Scalars['String'];
};

Referenced Types

On this page