Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

createCatalogRow():CreateCatalogRow
Beta

Creates a new CatalogRow.

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 CreateCatalogRowInput
catalogId: ID!
Beta

The id of the Catalog in which to create the row.

position: Int!
Beta

The position of the new CatalogRow.

Beta

Cells to set on the new CatalogRow; each entry is either a text or a link cell. When the Catalog has a primary column, exactly one text cell must target it with a non-empty value.

Fields of CreateCatalogRow
row:CatalogRow!
Beta

The CatalogRow that was just created.