Commentaires

Les différents commentaires postés. Les commentaires peuvent être reliés à des posts ou des documents

Types

Comment implements Reactable

  • author: User?
  • authorId: ID?
  • body: String
  • bodyHtml: String
  • createdAt: DateTime
  • document: Document?
  • documentId: ID?
  • id: ID
  • inReplyTo: Comment?
  • inReplyToId: ID?
  • localID: LocalID
  • reacted(​emoji:  String) →  Boolean
  • reactions(​emoji:  String) →  Int
  • replies: [ Comment]
  • updatedAt: DateTime

I
Commentable

  • comments(​after, ​before, ​first, ​last) →  Connection< Comment>

    Arguments

    • after: String?
    • before: String?
    • first: Int?
    • last: Int?
  • id: ID

Mutations

deleteComment(​id:  ID) →  Comment

upsertComment(​body:  String, ​id:  ID?, ​inReplyToId:  ID?, ​resourceId:  ID?) →  Comment

Churros API, version 1.71.0 (at 242e0c3)

Made with <3 by net7 net7

Documentation generated with Graphinx