Type alias BatchMigrationCreateTaxonomyInput

BatchMigrationCreateTaxonomyInput: {
    apiId: Scalars["String"];
    description?: InputMaybe<Scalars["String"]>;
    displayName: Scalars["String"];
    rootNode?: InputMaybe<BatchMigrationTaxonomyTreeNodeInput>;
    taxonomyNodes?: InputMaybe<BatchMigrationTaxonomyNodeInput[]>;
}

Type declaration

  • apiId: Scalars["String"]
  • Optional description?: InputMaybe<Scalars["String"]>
  • displayName: Scalars["String"]
  • Optional rootNode?: InputMaybe<BatchMigrationTaxonomyTreeNodeInput>

    Only one of rootNode or taxonomyNodes is allowed. If rootNode is provided, it will be used as the root node of the taxonomy and the children will be the nodes of the taxonomy. If taxonomyNodes is provided, it will be used as the nodes of the taxonomy. The root node will be the only node in the taxonomyNodes list with a parent of null.

  • Optional taxonomyNodes?: InputMaybe<BatchMigrationTaxonomyNodeInput[]>

Generated using TypeDoc