noteReactionCreate Mutation
Adds a new note reaction to a note.
Input Argument
Заголовок раздела «Input Argument»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:
- 👍
- 👎
- 😀
- 😕
- 🎉
- ❤️
Return Fields
Заголовок раздела «Return Fields»clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
ValidationError
)
Errors encountered during the mutation.
noteReaction (
NoteReaction
)
Record after mutation.