ENUM

SharedCollectionUpdateType

link GraphQL Schema definition

1enum SharedCollectionUpdateType {
2
3# Indicates a mention has to be added to the shared collection
4AddMentions
5
6# Indicates a mention has to be removed from the shared collection
7RemoveMentions
8
9# Indicates a mention has to be updated so the shared mention details needs to be
10# updated
11UpdateMentions
12}