OBJECT

DeleteCollectionPayload

DeleteCollectionPayload resolves the deleted collection.

link GraphQL Schema definition

1type DeleteCollectionPayload {
2
3# The collection that was just deleted.
4collection: Collection!
5
6}