Objects
/
Reply

Reply

A reply for an update.

Fields

  • id
    ID!
    Required
    The reply's unique identifier.
  • body
    String!
    Required
    The reply's html formatted body.
  • kind
    String!
    Required
  • creator_id
    String
    The unique identifier of the reply creator.
  • edited_at
    Date!
    Required
  • creator
    User
    The reply'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 reply's creation date.
  • updated_at
    Date
    The reply's last edit date.
  • text_body
    String
    The reply's text body.
LikeUpdate
Built with