Alokai

BooleanAttribute

type BooleanAttribute = Attribute & {
  __typename?: 'BooleanAttribute';
  value: Scalars['Boolean'];
  name: Scalars['String'];
};

Referenced Types

On this page