Alokai

NestedAttributeDefinitionType

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

Referenced Types

On this page