Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

duplicateCatalogRow():DuplicateCatalogRow
Beta

Duplicates a CatalogRow with its CatalogCell values.

All mutations have exactly one input field called input with a unique input and return type. This is useful to write mutations with variables, so there is always one single variable per mutation. This makes it easier to use and reuse them.

Input fields of DuplicateCatalogRowInput
id: ID!
Beta

The id of the CatalogRow to duplicate.

primaryKeyValue: String
Beta

The primary-key value for the duplicated row. Required (non-empty) when the source row's catalog has a primary column; must be null otherwise.

Fields of DuplicateCatalogRow
row:CatalogRow!
Beta

The CatalogRow that was just duplicated.