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