OBJECT

RemoveCollectionItemPayload

The response from removing an item from a collection.

link GraphQL Schema definition

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