İçeriğe geç
R-Service R-Service
Документация Р-Сервис

noteReactionCreate Mutation

Bu içerik henüz dilinizde mevcut değil.

Adds a new note reaction to a note.

noteReactionCreate accepts a single input argument, an input type , which contains the values it uses.

The fields inside input are:

clientMutationId ( String )

A unique identifier for the client performing the mutation.

noteId ( ID! )

The identifier of the note you want to add a reaction to.

reaction ( String! )

The type of reaction to add to the note. Valid values are:

  • 👍
  • 👎
  • 😀
  • 😕
  • 🎉
  • ❤️

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

noteReaction ( NoteReaction )

Record after mutation.