4 lines
98 B
GraphQL
4 lines
98 B
GraphQL
mutation DeleteCollection($collectionID: ID!) {
|
|
deleteCollection(collectionID: $collectionID)
|
|
}
|