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