Réactions

Réactions (likes, etc) sur les différents objets de l'application (évènements, posts, etc)

Types

S
BooleanMap

S
Counts

I
Reactable

  • id: ID
  • reacted(​emoji:  String) →  Boolean
  • reactions(​emoji:  String) →  Int

Reaction

  • author: User?
  • authorId: ID?
  • comment: Comment?
  • commentId: ID?
  • createdAt: DateTime
  • document: Document?
  • documentId: ID?
  • emoji: String
  • id: ID
  • localID: LocalID
  • updatedAt: DateTime

Queries

reactions(​after:  String?, ​before:  String?, ​first:  Int?, ​last:  Int?) →  Connection< Reaction>

Mutations

deleteReaction(​...) →  Boolean

toggleReaction(​...) →  Reactable

upsertReaction(​...) →  Int

Churros API, version 1.71.0 (at 242e0c3)

Made with <3 by net7 net7

Documentation generated with Graphinx