OBJECT

AddCollectionItemPayload

The response from adding an item to a collection.

link GraphQL Schema definition

1type AddCollectionItemPayload {
2
3# The newly updated collection.
4collection: Collection
5
6}