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