DeleteCollection.graphql 98 B

123
  1. mutation DeleteCollection($collectionID: ID!) {
  2. deleteCollection(collectionID: $collectionID)
  3. }