INPUT_OBJECT
UpdateSharedCollectionHistory
link GraphQL Schema definition
1 input UpdateSharedCollectionHistory { 4 2 # The ID of the shared collection history 3 : ID! 7 5 # The new status of the shared collection 6 : SharedCollectionHistoryStatus! 10 8 # Additional information regarding the status change 9 : String 13 11 # Number of times the shared collection has been retried 12 : Int 14 }