Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

Catalog

No description
Implemented interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

Type fields
id:ID!
Beta

Catalog id.

name:String!
Beta

name of the Catalog.

createdAt:DateTime!
Beta

DateTime of the Catalog creation.

updatedAt:DateTime
Beta

DateTime of the Catalog last update.

rows(
Beta
limit: Int = 25
page: Int = 1

rows of the Catalog.

columns(
Beta
limit: Int = 100
page: Int = 1

columns of the Catalog.

primaryColumn:CatalogColumn
Beta

Primary CatalogColumn of the Catalog.