Other types

Learn about other types supported by the monday platform API

Position relative

The PositionRelative type is used as an argument on the create_item and create_group mutations. It contains a set of enum values to determine the location of the item or group being created.

Enum valueDescription
after_atCreates the new group or item below the relative_to value.
before_atCreates the new group or item above the relative_to value.