Objects
/
VoteValue

VoteValue

Fields

  • column
    Column!
    Required
    The column that this value belongs to.
  • id
    ID!
    Required
    The column's unique identifier.
  • text
    String
  • type
    ColumnType!
    Required
    The column's type.
  • updated_at
    Date
    The date when column value was last updated.
  • value
    JSON
    The column's raw value in JSON format.
  • vote_count
    Int!
    Required
    The total number of votes
  • voter_ids
    [ID!]!
    Required
    A list of IDs of users who voted
  • voters
    [User!]!
    Required
    A list of users who voted
VersionWebhook
Built with