OBJECT

FollowCollectionAction

link GraphQL Schema definition

1type FollowCollectionAction {
2
3actor: User
4
5collection: Moodboard
6
7}