deleteCollection #deleteCollection(id: String) BooleanExample #mutation deleteCollection($id: String!){ deleteCollection(id: $id) } Try It Now