Objects
/
MirrorValue

MirrorValue

Fields

  • column
    Column!
    Required
    The column that this value belongs to.
  • display_value
    String!
    Required
    A string representing all the names of the linked items, separated by commas
  • id
    ID!
    Required
    The column's unique identifier.
  • mirrored_items
    [MirroredItem!]!
    Required
    The mirrored items.
  • text
    String
    Text representation of the column value. Note: Not all columns support textual value
  • type
    ColumnType!
    Required
    The column's type.
  • value
    JSON
    The column's raw value in JSON format.
MirroredItemNotification
Built with