BooleanAttributeDefinitionType
type BooleanAttributeDefinitionType = AttributeDefinitionType & {
__typename?: 'BooleanAttributeDefinitionType';
name: Scalars['String'];
};type BooleanAttributeDefinitionType = AttributeDefinitionType & {
__typename?: 'BooleanAttributeDefinitionType';
name: Scalars['String'];
};