INPUT_OBJECT

UpdateSharedCollectionHistory

link GraphQL Schema definition

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