OBJECT

ReorderCollectionItemPayload

The response from reordering an item in a collection.

link GraphQL Schema definition

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