Other types

Learn about the other types used when reading, creating, updating, and deleting favorites via the API

The monday.com favorites API lets you query a user's favorites.

Each of the object types described below represents a specific aspect of a favorite. They can be queried as subfields on the favorites query or provide favorite metadata in mutations.

🚧 The following types are only available in API versions 2025-10 and later

CreateFavoriteInput

An object containing the input of the new favorite to create.

FieldDescriptionInput Fields
name StringThe name of the object to mark as a favorite.
newPosition ObjectDynamicPositionInputThe new position of the favorite object. nextObject HierarchyObjectIDInputType
prevObject HierarchyObjectIDInputType
object HierarchyObjectIDInputType!The type of object to mark as a favorite. id ID!
type ObjectType!

CreateFavoriteResultType

An object containing the result of creating a new favorite via the API.

FieldDescriptionSupported Subfields
favorites HierarchyObjectItemThe new favorite object's metadata.accountId Int
createdAt Date
folderId ID
hierarchyListData ListID
id ID
object HierarchyObjectID
position Float
updatedAt Date

DeleteFavoriteInput

An object containing the input of the favorite to delete.

FieldDescriptionInput Fields
object HierarchyObjectIDInputType!The object to remove from the favorites.id ID!
type ObjectType!

DeleteFavoriteInputResultType

An object containing the result of deleting a favorite object via the API.

FieldDescription
success BooleanWhether the favorite was successfully deleted.

HierarchyObjectId

An object containing metadata about the favorited object.

FieldDescriptionEnum values
id IDThe object's unique identifier.
type ObjectTypeThe object's type. Board
Folder
Overview

HierarchyObjectIDInputType

Metadata about the favorite object.

FieldDescriptionEnum Values
id ID!The object's unique identifier.
type ObjectType!The object's type. Board
Folder
Overview (dashboard)

ListID

An object containing metadata about the favorited list.

FieldDescriptionEnum values
id IDThe list's unique identifier.
type ListTypeThe list's type. CustomizedList
PersonalList
Workspace

UpdateObjectHierarchyPositionInput

An object containing the input of the favorite to update.

FieldDescriptionInput Fields
newFolder IDThe unique identifier of the folder to move the favorite object into.
newPosition ObjectDynamicPositionInputThe new position of the favorite object in the favorites list.nextObject HierarchyObjectIDInputType
prevObject HierarchyObjectIDInputType
object HierarchyObjectIDInputType!The favorite object to update.

UpdateFavoriteResultType

An object containing the result of updating a favorite object's position via the API.

FieldDescriptionSupported Subfields
favorites HierarchyObjectItemThe updated favorite object's metadata.accountId Int
createdAt Date
folderId ID
hierarchyListData ListID
id ID
object HierarchyObjectID
position Float
updatedAt Date