Objects
/
Update

Update

An update.

Fields

  • id
    ID!
    Required
    The update's unique identifier.
  • body
    String!
    Required
    The update's html formatted body.
  • creator_id
    String
    The unique identifier of the update creator.
  • edited_at
    Date!
    Required
  • creator
    User
    The update's creator.
  • likes
    [Like!]!
    Required
  • pinned_to_top
    [UpdatePin!]!
    Required
  • viewers
    [Watcher!]!
    Required
    • limit
      Int
      Defaults: 100
      Number of items to get, the default is 100.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
  • created_at
    Date
    The update's creation date.
  • updated_at
    Date
    The update's last edit date.
  • item_id
    String
    The update's item ID.
  • item
    Item
  • replies
    [Reply!]
    Required
    The update's replies.
  • assets
    [Asset]
    The update's assets/files.
  • text_body
    String
    The update's text body.
ReplyUpdatePin
Built with