INPUT_OBJECT

DeleteCollectionInput

DeleteCollectionInput accepts a collection ID to delete a collection.

link GraphQL Schema definition

1input DeleteCollectionInput {
4
2# The id of the collection to be deleted.
3collectionID: ID!
5}