NoteReaction Object
Fields
The fields in this section list which values can be retrieved when querying NoteReaction records.
createdAt (
ISO8601Timestamp!
)
The date and time at which the note reaction was created.
id (
ID!
)
Unique identifier of the object.
note (
Note!
)
Note this note reaction belongs to.
person (
Person!
)
Person who added this note reaction.
reaction (
String!
)
The type of reaction added to the note. Valid values are:
- 👍
- 👎
- 😀
- 😕
- 🎉
- ❤️
Implements
NoteReaction implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a NoteReaction.