OBJECT

ReactionSelfConnection

link GraphQL Schema definition

1type ReactionSelfConnection {
2
3# Did the authenticated user react.
4hasReacted: Boolean!
5
6}

link Required by